EasyTweeter

EasyTweeter is a simple, one-file library which automates almost all of Twitter bot construction for simple bots which just post tweets, and don't do much (or any) interaction with followers, other than notifying the bot's owner that it is being interacted with.


Keywords
automation, easy, easy-to-use, python, python3, tweepy, twitter, twitter-bot
License
MIT
Install
pip install EasyTweeter==0.10.1

Documentation

EasyTweeter

EasyTweeter is a simple and easy to use one-file Python library which automates almost all of Twitter bot construction for simple bots which just post tweets and don't do much (or any) interaction with followers, other than notifying the bot's owner that it is being interacted with.

It is built on top of Tweepy.

EasyTweeter is available on pip: pip install EasyTweeter