Skip to content

A python script to automate the process of posting tweets.

Notifications You must be signed in to change notification settings

jeffubayi/Auto-Tweet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Auto Tweet

 A python script to automate the process of posting tweets

Libraries and Requirements

 Tweepy - library for twitter API
 Pysocks - send traffic throughs  and HTTP proxy servers
 Certifi -verification of trustworthyness in secure shell 
 idna- internaltionalized domain name application
 Six -is a Python 2 and 3 compatibility library

How to Run the Script

install dependencies

              py -m venv env
              env\Scripts\activate
              pip install -r requirements.txt

Add a credentials.py in the follwing format Link to creating tweepy credentials

                  ACCESS_TOKEN = "####"
                  ACCESS_TOKEN_SECRET = "####"
                  CONSUMER_KEY = "####"
                  CONSUMER_SECRET = "####"

Adjust the NUM_OF_TWEETS and WAIT_TIME parameter in script.py. Make sure to not have a very small WAIT_TIME.

Run the script

                      python script.py

About

A python script to automate the process of posting tweets.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages