Skip to content

Simple script to mirror tweets/retweets to telegram via a telegram bot

Notifications You must be signed in to change notification settings

Andrew-Pohl/Twitter_telegram_mirror

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

Twitter_telegram_mirror

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.

Dependecies

• Python 3.5+

• Twitter scraper (pip install twitter-scraper)

• Configparser (pip install configparser)

• Request (pip install requests)

How to use

• 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

About

Simple script to mirror tweets/retweets to telegram via a telegram bot

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages