This program can post upto maximum limit of twitter(around 300 tweets) within seconds.
- Write the main body of your tweet in
body.txtfile. - Mentions all tags in
tags.txtfile. - Mentions all hashtags in
hashtags.txtfile.
- Run
pip freeze > requirements.txtdependencies. - Give command
python3 main.pyto run the program
Program randomly select 3 different lines of body, any 3 tags and 3 hashtags to create a tweet post. After authenticating your keys this will post n tweets on your account's feed.
Here n is taken as user input.
...