Metadata-Version: 1.1
Name: salahs-twitterbot
Version: 1.0
Summary: twitterbot to search hashtags
Home-page: https://github.com/salah93/twitterbot
Author: Salah Ahmed
Author-email: salah93@crosscompute.com
License: UNKNOWN
Description: # Twitter Bot
        An outline to get you started building your twitter bot
        
        ## Install
        ` pip install salahs-twitterbot `
        
        ## Twitter API
        - create a new [twitter application](https://apps.twitter.com/)
        - save consumer key, consumer secret, access  key and access secret as environment variables
        
        ```
        export TWITTER_CONSUMER_KEY='aaaaaaaaaaaaaaaaaaaaaaaaa'
        export TWITTER_CONSUMER_SECRET='aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa'
        export TWITTER_ACCESS_TOKEN='aaaaaaaaaa-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa'
        export TWITTER_ACCESS_TOKEN_SECRET='aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa'
        ```
        
Keywords: web twitterbot twitter
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Application
Classifier: License :: OSI Approved :: MIT License
