Skip to content

An automated script to post automatically on twitter - including images and API calls

License

Notifications You must be signed in to change notification settings

tatiblockchain/skolo-pythonTwitter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

skolo-pythonTwitter

An automated script to post automatically on twitter - including images and API calls

Step1 Go to https://developer.twitter.com/en/apps and register a new app on your twittwe account to ge the following information:

access_token = "*************" access_secret = "***********"

api_key = "*" api_secret = ""

Replace your actual values in the config.py file

Ensure you have Python3 and PIP3 installed Install required packages: pip3 install requests pip3 install tweepy

Save the images you would like to use in the same directory as your python files: Then add the image file names - with extensions in to the testing.py file replacing "day1Other.png" and other image files - as many as you like. Update your strings and hashtags

Then RUN the function you like View full videos at https://skolo.online - search for "Automated Twitter Posting with Python"

Leave us a Star if you like the Repo

About

An automated script to post automatically on twitter - including images and API calls

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages