Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jonashaag/feed2mail
not-that-messy rss2email clone
https://github.com/jonashaag/feed2mail
Last synced: 24 days ago
JSON representation
not-that-messy rss2email clone
- Host: GitHub
- URL: https://github.com/jonashaag/feed2mail
- Owner: jonashaag
- License: isc
- Created: 2010-09-12T00:03:56.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2020-03-10T19:13:29.000Z (over 4 years ago)
- Last Synced: 2023-03-10T22:23:38.683Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 20.5 KB
- Stars: 8
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
feed2mail
---------
rss2email done simple.Delivers news from feeds (RSS, Atom, ...) to your mail box.
How to install
~~~~~~~~~~~~~~Simply check out the Git repository or download the Python file.
**Docker**::
docker build -t feed2mail .
**Alternatively, manual virtualenv**::
pip install html2text feedparser
How to use it?
~~~~~~~~~~~~~~
1. ``cp example_config.py config.py``.
2. Edit ``config.py``.
3. Run feed2mail every *N* seconds/hours/decades. For Docker setup::docker run -v /path/to/your/seen/file:/seen feed2mail
For manual virtualenv setup, simply run ``feed2mail.py``.I've found a bug!
~~~~~~~~~~~~~~~~~
Great! `Please open a ticket`_... _Please open a ticket: http://github.com/jonashaag/feed2mail/issues/
License?
~~~~~~~~
ISC