Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/voilalex/telebot-utils
https://github.com/voilalex/telebot-utils
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/voilalex/telebot-utils
- Owner: VoIlAlex
- License: mit
- Created: 2020-10-23T16:26:50.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-12-05T14:35:30.000Z (about 4 years ago)
- Last Synced: 2024-11-21T01:14:15.786Z (2 months ago)
- Language: Python
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Telebot Utils 🤖
Collection of utils for pyTelegramBotAPI to develop awesome Telegram Bots.
## Installation
To install the package run the following command in your terminal:
```
pip install telebot-utils
```## Usage
To use the utilities that the telebot-utils package provide you need to import it in your script:
```python
import telebot_utils
```## License
[LICENSE.md](LICENSE.md)
## Contributing
See [CONTRIBUTING.md](CONTRIBUTING.md)