Metadata-Version: 2.1
Name: py-bot-starter
Version: 0.0.17
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

# 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
```

## Getting started with sample projects

You can find a collection of sample projects you can use to learn more about `py-bot-starter`'s features or as a
template for your own bot project. Check out [Sample Projects here](examples/README.md)

## Contributors ✨

Thanks goes to these wonderful people:

- [Diogo Kuiaski](https://github.com/diogokuiaski)
- [Andrea Ceccato](https://github.com/ceccatoandrea)

## License

[MIT License](LICENSE)

