https://github.com/zerc/reeze
Flexible (i hope) watcher of sites where no place for rss
https://github.com/zerc/reeze
Last synced: 11 months ago
JSON representation
Flexible (i hope) watcher of sites where no place for rss
- Host: GitHub
- URL: https://github.com/zerc/reeze
- Owner: zerc
- Created: 2013-08-25T19:31:29.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-09-01T13:07:53.000Z (over 12 years ago)
- Last Synced: 2025-01-27T10:08:31.427Z (about 1 year ago)
- Language: Python
- Size: 328 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Reeze
=====================
If site no have RSS but you whant whatch releases of new series fav serial (as example) - reeze help (may be :). Just specify backend for you site, add cronjob and you be fine.
### Install
Simple:
git clone git@github.com:zerc/reeze.git reeze
cd reeze
virtualenv venv
. venv/bin/activate
pip install -r req.txt
Specify backend for you site (see included examples) in `backends.py`.
Run `reeze` with default options (using all backends and print new items to stdout):
python run.py
List of available options:
python run.py -h
Run tests:
python tests.py
### This is first pre-pre-pre-alpha version. Use it in own risk. Issues are welcome ofc.