Skip to content

serialdoom/home

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published