Twitter Automation to Repost Tweet
This is for educational purpose
How to Use:
-
Install latest version of Python, recommendation: 3.8+
-
run command #pip install tweepy #pip install translate
-
Fill the twitter env consumer_key="xxx" consumer_secret="xxx" access_token="xxx" access_token_secret="xxx" famous_people = "username"
-
Run the code by running this command #python main.py
Sorry for the bad explaination, this is my first time on github