Metadata-Version: 2.1
Name: twitter-dummy-bot-tracking
Version: 0.0.2
Summary: A Python package help you when you want to reun a twitter bot
Home-page: https://github.com/Samer92
Author: sammer sallam
Author-email: samersallam92@gmail.com
License: UNKNOWN
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
Requires-Dist: boto3 (==1.12.19)
Requires-Dist: botocore (==1.15.19)
Requires-Dist: certifi (==2019.11.28)
Requires-Dist: chardet (==3.0.4)
Requires-Dist: click (==7.1.1)
Requires-Dist: docutils (==0.15.2)
Requires-Dist: emojis (==0.5.1)
Requires-Dist: Flask (==1.1.1)
Requires-Dist: idna (==2.9)
Requires-Dist: itsdangerous (==1.1.0)
Requires-Dist: Jinja2 (==2.11.1)
Requires-Dist: jmespath (==0.9.5)
Requires-Dist: langdetect (==1.0.8)
Requires-Dist: MarkupSafe (==1.1.1)
Requires-Dist: numpy (==1.18.1)
Requires-Dist: oauthlib (==3.1.0)
Requires-Dist: pandas (==0.25.3)
Requires-Dist: PySocks (==1.7.1)
Requires-Dist: python-dateutil (==2.8.1)
Requires-Dist: python-dotenv (==0.12.0)
Requires-Dist: pytz (==2019.3)
Requires-Dist: requests (==2.23.0)
Requires-Dist: requests-oauthlib (==1.3.0)
Requires-Dist: s3transfer (==0.3.3)
Requires-Dist: six (==1.14.0)
Requires-Dist: tweepy (==3.8.0)
Requires-Dist: urllib3 (==1.25.8)
Requires-Dist: Werkzeug (==1.0.0)
Requires-Dist: aws-s3-resource (==0.0.2)

# twitter-dummy-bot-tracking

This library is to ease the operation of creating twitter bots and tracking it's ativities

In order to install, open the command prompt and type:
```
pip install twitter-dummy-bot-tracking
```

In order to work with s3 mode you have to use aws_cli library for the configurations, [see here](https://pypi.org/project/awscli/) for more details


