Commits
Branch selector
User selector
Datepicker
Commit History
Commits on Apr 30, 2022
- authored
- authored
- authored
- authored
- authored
Commits on Oct 13, 2021
- committed
Commits on Oct 12, 2021
Commits on Sep 30, 2021
- authored
- authored
- authored
- committed
- committed
- committed
- committed
- committed
- committed
- committed
- committed
- committed
- committed
- committed
- committed
- committed
- committed
- committed
- committed
- committed
- committed
- committed
- committed
- committed
- committed
- committed
- committed
import os class Config(object): # get a token from @Botfather TG_BOT_TOKEN = os.environ.get("TG_BOT_TOKEN", "") # The Telegram API things APP_ID = int(os.environ.get("APP_ID", 12345)) API_HASH = os…
committed