Simple script to mirror tweets/retweets to telegram via a telegram bot. No twitter API key is required!. Easy to set up mirror tweets in minutes.
• Python 3.5+
• Twitter scraper (pip install twitter-scraper)
• Configparser (pip install configparser)
• Request (pip install requests)
• Create a new telegram bot. Brice Johnsons blog post here Explains how to create one easily.
• Input your Bots API key, Telegram chat ID and twitter handle into the config file
• Run the script on a cron job and away you go