/TwitterListener

A telegram bot, that actively listens for twitter tweets with certain keywords and sends them to your chat

Primary LanguagePython

Twitter listener bot

Pre-requisites

  1. Install python-telegram-bot using pip.
  2. Have a config.json file in keys folder with the following data
    {
     "TG_API": "<TELEGRAM_BOT_TOKEN>",
     "TWITTER_API": "<TWITTER BEARER TOKEN>",
     "TG_CHAT_ID": <ID Of user/group to which you want to notify>
    }