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

# tbm

**Telegram Bot Manager**

> a package for managing your telegram projects

### â€¢ installing

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

### â€¢ 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/)
