Skip to content

Tool to parse twitter user timeline and send tweets as email

Notifications You must be signed in to change notification settings

gsallesl/twitter2email

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

twitter2email

Tool to parse twitter user timeline and send tweets as email.

Doesn't require twitter API

Inspired by rss2email (http:https://www.allthingsrss.com/rss2email/).

Not fully tested and debugged yet, use at your own risks.

HOW TO USE

  • Edit t2e.py and change the DEFAULT_TO, DEFAULT_FROM to match your mail address and the source mail address.
  • Edit the SMTP server configuration if needed (Not tested yet)
  • Install dependencies pip install requests ...
  • Create the ~/.t2e directory and create a list of tweeter user you want to follow under ~/.t2e/t2e.conf.
cat ~/.t2e/t2e.conf
binitamshah
StackCrypto
.
.
.
  • Call the program python t2e.py / create a line in your crontab

TODO

  • User mail configuration in config file
  • HTML emails
  • Email date should match tweet timestamp
  • Review Mail headers
  • Handle possible exceptions in html fetch and parsing

About

Tool to parse twitter user timeline and send tweets as email

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%