Skip to content

A Python Twitter Bot that automatically likes and retweets the tweets with specific hashtag

License

Notifications You must be signed in to change notification settings

tsvillain/Twitter-Bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Twitter Bot

A Python Twitter Bot that automatically retweets, likes the tweets with specific hashtag

⭐ Star us on GitHub — it helps!

Python contributions welcome MIT License LinkedIn

🚀  Installation

Clone the repo

$ git clone https://github.com/tsvillain/Twitter-Bot.git

Install tweepy Python module

$ pip install tweepy

💡 Working

Sign up for a Twitter Developer Account

  • Create a separate Twitter account for your bot.
  • Sign up for Twitter Developer Account from this site - Apply for a Twitter Developer Account
  • Enter the necessary fields and await for email confirmation.
  • Click on Create an app
  • Enter the details and keep safe the access tokens generated.

Enter your generated access tokens and consumer keys in the file credentials.py

consumerAPIkey = ''
consumerAPIsecret = ''
accessToken = ''
accessTokenSecret = ''

👏 Done

Feel free to file a new issue with a respective title and description on the the Twitter-Bot repository. If you already found a solution to your problem, I would love to review your pull request!

📘  License

The Twitter Bot is released under the under terms of the MIT License.

❤️ Contributor

Made by Tekeshwar Singh

About

A Python Twitter Bot that automatically likes and retweets the tweets with specific hashtag

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages