Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iomarmochtar/cakap
Python telegram bot framework on top of python-telegram-bot
https://github.com/iomarmochtar/cakap
bot framework python-library telegram-bot
Last synced: 1 day ago
JSON representation
Python telegram bot framework on top of python-telegram-bot
- Host: GitHub
- URL: https://github.com/iomarmochtar/cakap
- Owner: iomarmochtar
- Created: 2019-03-16T04:33:52.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-04T23:37:08.000Z (about 4 years ago)
- Last Synced: 2024-10-12T19:08:23.393Z (26 days ago)
- Topics: bot, framework, python-library, telegram-bot
- Language: Python
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Python telegram bot framework on top of python-telegram-bot, supporting authentication, authorization and command's argument parsing. Supporting python version == 2.7 and >= 3.6
See [example.py](https://github.com/iomarmochtar/cakap/blob/master/example.py) for see how to use this library.
Installation
------------```python
pip install cakap
```Or from repository (latest one)
```
python setup.py install
```