Skip to content

Very simple web based RSS/Atom reader. Written in python with bottle.

Notifications You must be signed in to change notification settings

harendra/Micro-reader

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

108 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Very simple web based RSS/Atom reader, written in Python and Bottle.

Try it out by installing requirements pip install requirements.txt and run python microreader.py . Then access http://localhost:3000

Runs on Apache with mod_wsgi. An example app.wsgi is included in the repository.

To have automatic aggregation of feeds every five minutes, enter the following into crontab: */5 * * * * wget -O - -q -t 1 http://<host>:<port>/channels/update. Replace <host> and <port> with corresponding values.

A JSON api is available for most url:s, by adding application/json to the Accept header.

Microreader

About

Very simple web based RSS/Atom reader. Written in python with bottle.

Resources

Stars

Watchers

Forks

Packages

No packages published