Bot that will admin your telegram channel and shitpost like a god
- Go to the project's folder
cd tg_admin/
-
In the directory
tg_admin
create fileconfig.py
based onconfig_template.py
which you can find in the same directory. -
Set up the database (
Docker
needed)
make db
- Install the dependencies (
Poetry
needed)
make install
- Enter the poetry shell
make shell
- Run
make run