|
read newsfeeds from your email client | |||
Getting Started With rss2emailInstructions for Windows UsersRequirementsBefore you install rss2email, you'll need to make sure that a few things are in place. First, is that a version of Python 2.x installed. Second, determine your outgoing email server's address. That should be all you need. Download
ConfigureEdit the InstallFrom the command line, change to the folder you created and create a new feed database:
Subscribe to some feeds:
That's the feed to be notified when there's a new version of rss2email. Repeat this for each feed you want to subscribe to. When you run rss2email, it emails you about every story it hasn't seen before. But the first time you run it, that will be every story. To avoid this, you can ask rss2email not to send you any stories the first time you run it:
Then later, you can ask it to email you new stories:
If you get an error message "Sender domain must exist", add a line to
You can make the email address whatever you want, but your mail server requires that the something.com part actually exists. Automating rss2emailMore than likely you will want rss2email to run automatically at a regular interval. Under Windows this is can be easily accomplished using the Windows Task Scheduler. This site has a nice tutorial on it. Just select r2e.bat as the program to run. Once you've created the task, double click on it in the task list and change the Run entry so that "run" comes after r2e.bat. For example, if you installed rss2email in the C:\rss2email folder, then you would change the Run entry from "C:\rss2email\r2e.bat" to "C:\rss2email\r2e.bat run". Now jump down to the section on customizing rss2email to your needs. TODO: Make Windows installer package (duh!)Instructions for UNIX/Linux UsersRequirementsBefore you install rss2email, you'll need to make sure that a few things are in place. First, is a version of Python 2.x installed. Second, is whether you have sendmail installed. If sendmail isn't installed, determine your outgoing email server's address. That should be all you need. DownloadA quick way to get rss2email going is using pre-made packages. Here are releases for Debian Linux, Ubuntu Linux and NetBSD. If you are unable to use these packages or you want the latest and greatest version, here's what you do:
InstallCreate a new feed database:
Subscribe to some feeds:
That's the feed to be notified when there's a new version of rss2email. Repeat this for each feed you want to subscribe to. When you run rss2email, it emails you about every story it hasn't seen before. But the first time you run it, that will be every story. To avoid this, you can ask rss2email not to send you any stories the first time you run it:
Then later, you can ask it to email you new stories:
You probably want to set things up so that this command is run repeatedly. (One good way is via a cron job.) If you get an error message "Sender domain must exist", add a line to
You can make the email address whatever you want, but your mail server requires that the something.com part actually exists. Upgrading from v1.0If you're upgrading from 1.0, you can import your old channels.txt by running:
Customize rss2emailThere are a number of options, described in full at the top of rss2email.py file, to customize the way rss2email behaves. If you want to change something, edit the For example, if you want to receive HTML mail, instead of having entries converted to plain text:
To be notified every time a post changes, instead of just when it's first posted:
And to make the emails look as if they were sent when the item was posted:
TODO: Document all optionsMore InformationHere's an article in CLI magazine on rss2email. last updated 2 years ago # Comments |
|||