Metadata-Version: 2.1
Name: tbm
Version: 1.2.5
Summary: telegram bot manager
Author: https://github.com/pousay
Author-email: pouryathesaymon@gmail.com
Description-Content-Type: text/markdown

# tbm

**Telegram Bot Manager**

> a Cli tool for managing your telegram projects <br>
> 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

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

> 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<br>
> developed by [pourya](https://github.com/pousay)

### â€¢ documentation

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

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