/Edbeepbot

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Edbeepbot - An open source bot which retweets #Eddiehub and replies with Eddie Quotes

Please do read CONTRIBUTING.md if you want to contribute to this project

@Edbeepbot on twitter

Twitter built with Love

Twitter Reply-Retweet Bot using Python & Tweepy

A Python-built Twitter retweet bot using Tweepy. Searches and retweets based on hashtag or keyword. Can do multiple keywords, or hashtags.

What You Need && Need to Know

  • Tweepy - An easy-to-use Python library for accessing the Twitter API.

pip3 install tweepy

Instructions

  • Out of general OS hygiene, create a new directory to contain all of your retweet bot files.

mkdir retweet-bot

  • Create a new Twitter Application. This is where you'll generate your keys, tokens, and secrets.
  • Fill in your keys, tokens, and secrets.
  • Check comments in main.py to tweak the retweet bot to your liking.
  • 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 it. You can use words of your choice. You can add your collection of Eddie Quotes to quotes.py.

  • Run your eddiebot.py script. Enjoy!

python3 main.py