Simple Telegram Bot To Get Info About Movies Using OMDb.
git clone https://github.com/Arun-TG/OMDb-Bot
cd OMDb-Bot
pip3 install -r requirements.txt
# <Create Variables appropriately>
python3 Bot.pyAPI_ID: Get From my.telegram.orgAPI_HASH: Get from my.telegram.orgBOT_TOKEN: Your Telegram Bot Token from @BotFatherAPI_KEY: Get From Here
Get OMDb API_KEY
API_KEY
- Go to http://www.omdbapi.com/apikey.aspx
- Choose FREE! (1,000 daily limit)
- Fill your email address.
- You will receive your API_KEY in your mail.
- Make sure you activate it by clicking the activation link received in email.