Metadata-Version: 2.1
Name: EasyTweeter
Version: 0.10.0
Summary: 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.
Home-page: https://github.com/HelloLobsterDog/EasyTweeter
Author: Daniel Westbrook
Author-email: dan@pixelatedawesome.com
License: MIT
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
License-File: LICENSE

# 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](https://www.tweepy.org).

EasyTweeter is available on pip: `pip install EasyTweeter`


