Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/pedromxavier/botele


https://github.com/pedromxavier/botele

Last synced: 28 days ago
JSON representation

Awesome Lists containing this project

README

        

# botele
### Python Telegram Bot Factory

## Installation
```bash
$ pip install botele
```
## Basic Usage
```bash
$ mkdir mybot
$ cd mybot
$ botele setup .
$ echo "" > mybot.token
$ vim mybot.py # Write your bot file
...
$ botele make # Checks for bot consistency
$ botele install
$ botele list
Available bots:
1. mybot
$ botele run mybot # Here we go!
> Started Polling, going idle.
```