Py-Contributors / twitterify

tweet-retweet bot in python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Twitterify

Twitter bot in Python using tweepy.

Usages

  • Auto retweet on certain Hastag
  • Auto follow your followers
  • Save Tweets in CSV format for text analysis

Usages

git clone https://github.com/Py-Contributors/twitterify
cd twitterify
pip install -r requirements.txt
cp example.env .env
  • Get the api keys from here

  • AutoFollow.py - follow your followers automatically

python autoFollow.py
  • AutoRetweet.py - retweet tweets with certain hashtag
python autoRetweet.py
  • saveData.py - save tweets in csv format
python saveData.py

check more at MIT License

Author

About

tweet-retweet bot in python

License:MIT License


Languages

Language:Python 98.8%Language:Shell 1.2%