git clone https://github.com/raistech/emby-download-telegram.git
cd emby-download-telegram
# Don't forget edit your env
nano tgemby.py
# Inisialisasi bot Telegram
bot = telebot.TeleBot('TOKEN_BOT_TELEGRAM')
# Inisialisasi API Emby
EMBY_API_KEY = 'API_KEY_EMBy'
EMBY_SERVER = 'http://localhost:8096'
#save youre edit
python3 tgemby.py
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.