@Edbeepbot on Twitter
A Python-built Twitter retweet bot using Tweepy. Searches and retweets based on hashtag or keyword. Can do multiple keywords, or hashtags.
- Tweepy - An easy-to-use Python library for accessing the Twitter API.
pip3 install tweepy
- Make sure you fully understand Twitter's Rules on Automation. Play nice. Don't spam!
- Please do read CONTRIBUTING.md if you want to contribute to this project.
- Out of general OS hygiene, create a new directory to contain all of your retweet bot files.
mkdir edbeepbot
- Create a new Twitter Application. This is where you'll generate your keys, tokens, and secrets.
- Fill in your keys, tokens, and secrets in
keys.py
- The example demonstrates a single hashtag value, but you can tweak the code to search multiple hashtags. Example:
Search = "BOT"
This will search bot in tweets and retweet and reply to it. You can use words, images and quotes of your choice.
You can add your collection of Eddie Quotes to quotes.py
.
- Run your
main.py
script. Enjoy!
python3 main.py
Thanks goes to these wonderful people (emoji key):
Jai Kumar Dewani 💻 |
Vyom Jain 💬 |
Aditya Raute 🐛 |
Himanshu Patel 📖 |
This project follows the all-contributors specification. Contributions of any kind welcome!