Bot untuk mengirim pesan otomatis ke grup Telegram.
βββ data/
β βββ groups.txt # Daftar URL grup
β βββ messages/ # Template pesan
β β βββ msg1.txt
β β βββ msg2.txt
β βββ status.json # Status blacklist & slowmode
βββ docs/
β βββ README.md # Dokumentasi utama
β βββ FEATURES.md # Fitur detail
β βββ WORKFLOW.md # Alur kerja
βββ src/
β βββ __init__.py
β βββ core/
β β βββ __init__.py
β β βββ bot.py
β β βββ sender.py
β β βββ client.py
β βββ utils/
β β βββ __init__.py
β β βββ config.py
β β βββ logger.py
β β βββ status.py
β βββ web/
β βββ __init__.py
β βββ keep_alive.py
βββ main.py # Entry point
βββ .cursorrules # Cursor rules
βββ .env.example # Contoh environment variables
βββ .gitignore # Git ignore
βββ get_session.py # Script untuk mendapatkan session string
βββ pyproject.toml # Pyproject file
βββ render.yaml # Render file
βββ requirements.txt # Dependencies