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
- Host: GitHub
- URL: https://github.com/pousay/tbm
- Owner: pousay
- License: mit
- Created: 2024-03-20T16:16:18.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-03-22T20:32:21.000Z (over 2 years ago)
- Last Synced: 2025-12-15T15:52:55.092Z (6 months ago)
- Topics: cli-tool, package-manager, python, structure, telegram, telegram-bot
- Language: Python
- Homepage:
- Size: 61.5 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/)