Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 725 Bytes

File metadata and controls

15 lines (13 loc) · 725 Bytes

rss-gen.py

  1. install nginx with sudo apt-get install nginx
  2. verify installtion by visiting http://127.0.0.1
  3. Create folder link to the default nginx data dir sudo ln -s ~/folder /usr/share/nginx/html/
  4. get the script with wget https://raw.githubusercontent.com/serialdoom/home/master/bin/rss-gen.py
  5. Run the script once to create the list rss-gen.py -d . -o list.xml
  6. verify that list.xml is generated
  7. open the feed http://192.168.0.42/folder/list.xml to your favourite rss feeder and subscribe
  8. create an optional cronttab entry by pasting this line to your crontab -e
* * * * * /path/to/rss-gen.py