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

https://github.com/pousay/tbm

Telegram Bot Manager Package
https://github.com/pousay/tbm

cli-tool package-manager python structure telegram telegram-bot

Last synced: 3 months ago
JSON representation

Telegram Bot Manager Package

Awesome Lists containing this project

README

          

# tbm

**Telegram Bot Manager**

> a Cli tool for managing your telegram projects

> easily build your project structure and start adding your handlers

### • installation

```bash
pip install tbm
```

### • usage

- help :
```bash
tbm help
```
- build : build your telegram bot project structure
```bash
tbm build
```
- run : run your telegram bot project
```bash
tbm run
```

### • details

> after using `tbm build` command, Enter your project name

> selecting project types depends on your project
> if you use telegram bot (token) choose the telegram bot option and if you use client bot (phone number) choose the Client bot option

- example :

> once you are done with build command, you shall have a directory
- example :

> add your handlers in plugins root, customize your config.py file, Then run ```tbm run``` to run your telegram bot

### • contributions

> any contributions are welcome

> developed by [pourya](https://github.com/pousay)

### • documentation

> [github](https://github.com/pousay/tbm)

> [pypi](https://pypi.org/project/tbm/)