feat: add subscribtion scheduler with ai, pagination

This commit is contained in:
Faynot
2026-03-29 11:25:31 +03:00
parent 1db524f757
commit 164acd6307
16 changed files with 688 additions and 358 deletions

7
config.py Normal file
View File

@@ -0,0 +1,7 @@
from os import getenv
from dotenv import load_dotenv
load_dotenv()
TOKEN = getenv("BOT_TOKEN")
OPENROUTER = getenv("OPENROUTER_TOKEN")