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_admincreate fileconfig.pybased onconfig_template.pywhich you can find in the same directory. -
Set up the database (
Dockerneeded)
make db
- Install the dependencies (
Poetryneeded)
make install
- Enter the poetry shell
make shell
- Run
make run