Skip to content

Web RSS aggregator and reader compatible with the Fever API

License

Notifications You must be signed in to change notification settings

russell1969/coldsweat

 
 

Repository files navigation

About

Coldsweat is a Python web RSS aggregator and reader compatible with the Fever API. This means that you can connect Coldsweat to a variety of clients like Reeder for iOS or Mac OS X ReadKit app and use it to sync them together.

Screenshot

Motivation

I'm fed up of online services that are here today and gone tomorrow. After the Google Reader shutdown is clear to me that the less we rely on external services the more the data we care about are preserved. With this in mind I'm writing Coldsweat. It will be my personal take at consuming feeds today.

Features

  • Web interface to read and add feeds
  • Compatible with existing Fever desktop and mobile clients
  • Multi-user support
  • Support for grouping of similar items
  • Multiprocessing for parallel feed fetching

Setup

See setup page.

Upgrading from previous versions

Always make sure required packages are up-to-date. To update run:

pip install -r requirements.txt

Technical underpinnings

  • Uses the industry standard Mark Pilgrim's Universal Feed Parser
  • Is WSGI compatible - currently tested under CGI, FastCGI and Passenger environments
  • Uses SQLite, PostgreSQL and MySQL databases
  • HTTP-friendly fetcher
  • Plugin system to easily extend fetcher capabilities
  • The Web reader has been tested with Safari 5 and latest versions of Chrome and Firefox

Coldsweat started in July 2013 as a fork of Bottle Fever by Rui Carmo. By now I revised most of the code and tested the feed fetcher code with hundreds of Atom and RSS feeds.

About

Web RSS aggregator and reader compatible with the Fever API

Resources

License

Stars

Watchers

Forks

Packages

No packages published