Metadata-Version: 1.0
Name: tweetbot
Version: 0.1
Summary: A python powered twitter library.
Home-page: UNKNOWN
Author: Zach Seifts
Author-email: zach.seifts+tweetbot@gmail.com
License: BSD
Description: Tweetbot is a python library for creating and managing twitter bots, it
        was created to run the @booneweather twitter bot and is still in early
        stages of development. See the todo section below for more information.
        
        For a working example check out http://twitter.com/booneweather or clone
        the repo http://github.com/zachseifts/booneweather.
        
        ## Have ideas on how this could be better or want to help out?
        
        Fork the project on github and push back your changes, I'll include them
        in the release. http://github.com/zachseifts/tweetbot
        
        ## Todo
        
        - http://github.com/zachseifts/tweetbot/issues
        - Handling direct messages
        - Handling @replies from users
        
        
Keywords: twitter bots
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: BSD License
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Communications :: Chat
Classifier: Topic :: Internet
