This command will take a configured set of feeds andfire specific commands or plugins for every new item found in the feed.
Project description
feed2exec is a simple program that runs custom actions on new RSS feed items (or whatever feedparser can read). It currently has support for writing into mailboxes (Maildir folders) or executing commands, but more actions can be easily implemented through plugins. Email are saved as multipart plain/HTML and can be sent to arbitrary folders.
Example
The user interface is still a bit rough, but this should get you started:
feed2exec add "NASA breaking news" https://www.nasa.gov/rss/dyn/breaking_news.rss --folder nasa feed2exec fetch
An equivalent configuration file which may be more descriptive in ~/.config/feed2exec/feed2exec.ini:
[DEFAULT] output = feed2exec.plugins.maildir mailbox = '~/Maildir' [NASA breaking news] folder = nasa url = https://www.nasa.gov/rss/dyn/breaking_news.rss
Using a standard OPML file, you can also import multiple feeds using the feed2exec import command. See the complete usage page for more information.
Installation
This can be installed using the normal Python procedures:
pip install .
It can also be ran straight from the source, using:
python -m feed2exec
Why the name?
There are already feed2tweet and feed2imap out there so I figured I would just reuse the prefix and extend both programs at once.
Design and known issues
See the design document for more information about how and why the program was built and its limitations. The design document also features a comparison with other similar software.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
Hashes for feed2exec-0.2.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | f0cd70825855adc5e8a087f231fa6827fff8840ad61dd10cbf4c16750b10c642 |
|
MD5 | 524885208e1e9122d0081fbf22b0eb2a |
|
BLAKE2b-256 | 42318f0b9ccd96abf7bfd3b83bb393babfdb78f87a1b70b216a830a12dadbab5 |