يدعم اللغات: العربية 🇸🇦، English 🇬🇧، Русский 🇷🇺
- Click Deploy to Heroku.
- Set Config Vars:
API_IDAPI_HASHBOT_TOKEN
- Enable the worker dyno under Resources.
# install dependencies
git clone https://github.com/alm6iri/yotkdbot.git
cd yotkdbot
pip install -r requirements.txt
# set env vars and run
export API_ID=...
export API_HASH=...
export BOT_TOKEN=...
python bot.py