Metadata-Version: 2.1
Name: twitter_boto_dummy
Version: 0.0.1
Summary: This library is to help you have a twitter bot
Home-page: https://github.com/Samer92/twitter_boto_dummy
Author: sammer sallam
Author-email: samersallam92@gmail.com
License: UNKNOWN
Description: # twitter_boto_dummy
        
        This library used mainly to help you have and run your own twitter bot
          
        *In order to install, open the command prompt and type:*
        ```
        pip install twitter_boto_dummy
        ```
        
        
        In order to use this library  you should have a verified twitter application and you have to save your credential  inside a json file as following:
         ```
         {
        "consumer_key": " your one", 
        "consumer_secret": "your one", 
        "access_token": "your one", 
        "access_token_secret": "your one",
        "env_name": "your one"
        }
        ```
        
        
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
