No description
Find a file
2024-12-12 22:37:22 +02:00
configs update readme and dist config 2024-12-12 22:37:22 +02:00
pgbotlib fix async function and some vars 2024-11-22 19:52:41 +02:00
.gitignore Update .gitignore 2024-10-25 13:01:32 +03:00
Dockerfile remove TZ from dockerfile too 2024-11-05 03:32:43 +02:00
LICENSE Initial commit 2023-10-30 23:38:30 +00:00
pgbot move sensitive config to container vars 2024-12-12 22:15:18 +02:00
README.md update readme and dist config 2024-12-12 22:37:22 +02:00
requirements.txt require pytz 2024-11-05 03:30:47 +02:00

pgbot

Use pgbot.yml along with tokens.yml to set it up. Default directory for configs is /etc/pgbot. It needs a list of regex with tokens and a postgresql database to match them. This doc is probably going to be abandoned right away, but at least I have added this line I dunno.

API_ID, API_HASH, BOT_TOKEN and DB_SPEC env vars have to be provided for the bot to work. See Telethon and psycopg docs for what these are.

Dependencies: python >=3.10 and modules in requirements.txt