Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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