Metadata-Version: 2.1
Name: dummy-twitter-webhook-manager
Version: 0.0.1
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: certifi (==2020.4.5.1)
Requires-Dist: chardet (==3.0.4)
Requires-Dist: idna (==2.9)
Requires-Dist: oauthlib (==3.1.0)
Requires-Dist: PySocks (==1.7.1)
Requires-Dist: requests (==2.23.0)
Requires-Dist: requests-oauthlib (==1.3.0)
Requires-Dist: six (==1.14.0)
Requires-Dist: tweepy (==3.8.0)
Requires-Dist: urllib3 (==1.25.8)

# dummy_twitter_webhook_manager

This library is to ease the operation of register , get, delete webhook and subscribe a user account for tracking

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

Helpful to work with twitter_dummy_bot_tracking see more https://pypi.org/project/twitter-dummy-bot-tracking/


