Metadata-Version: 2.1
Name: py-bot-starter
Version: 0.0.9
Summary: A Telegram bot framework to implement and deploy a bot in minutes
Home-page: https://github.com/mcastellin/py-bot-starter
Author: Manuel Castellin
Author-email: manuel@castellinconsulting.com
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/mcastellin/py-bot-starter/issues
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: certifi (==2021.10.8)
Requires-Dist: pymongo (==3.12.1)
Requires-Dist: pytelegrambotapi (==4.2.0)
Requires-Dist: urllib3 (==1.26.7) ; python_version >= "2.7" and python_version not in "3.0, 3.1, 3.2, 3.3, 3.4" and python_version < "4"
Requires-Dist: requests (==2.26.0) ; python_version >= "2.7" and python_version not in "3.0, 3.1, 3.2, 3.3, 3.4, 3.5"
Requires-Dist: charset-normalizer (==2.0.7) ; python_version >= "3"
Requires-Dist: idna (==3.3) ; python_version >= "3"

# py-bot-starter
A Telegram bot framework to implement and deploy a bot in minutes

# Installation

Install the latest version of `py-bot-starter` with Pip:

```bash
pip install py-bot-starter
```

