Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/gavril-s/tg-admin

Bot that will admin your telegram channel and shitpost like a god
https://github.com/gavril-s/tg-admin

python telegram-bot telegram-channel

Last synced: about 1 month ago
JSON representation

Bot that will admin your telegram channel and shitpost like a god

Awesome Lists containing this project

README

        

# tg_admin
Bot that will admin your telegram channel and shitpost like a god

### How to run
1. Go to the project's folder
```
cd tg_admin/
```

2. In the directory `tg_admin` create file `config.py` based on `config_template.py` which you can find in the same directory.

2. Set up the database (`Docker` needed)
```
make db
```

3. Install the dependencies (`Poetry` needed)
```
make install
```

4. Enter the poetry shell
```
make shell
```

5. Run
```
make run
```