All Projects → passiomatic → Coldsweat

passiomatic / Coldsweat

Licence: mit
Web RSS aggregator and reader compatible with the Fever API

Programming Languages

python
139335 projects - #7 most used programming language

Labels

Projects that are alternatives of or similar to Coldsweat

Rufus
Rufus - fetches the paper for you!
Stars: ✭ 108 (-17.56%)
Mutual labels:  rss
Hoosk
Hoosk Codeigniter CMS
Stars: ✭ 123 (-6.11%)
Mutual labels:  rss
Jstoxml
JavaScript object to XML converter (useful for RSS, podcasts, GPX, AMP, etc)
Stars: ✭ 127 (-3.05%)
Mutual labels:  rss
Poddycast
Podcast app made with Electron, lots of ❤️ and ☕️
Stars: ✭ 111 (-15.27%)
Mutual labels:  rss
Telegram Robot Rss
A clean and easy to use RSS Newsfeed Bot for fabulous Telegram Messenger App! 🤖 ✉️ ❤️
Stars: ✭ 120 (-8.4%)
Mutual labels:  rss
Rss Atom Bundle
RSS and Atom Bundle for Symfony
Stars: ✭ 123 (-6.11%)
Mutual labels:  rss
Plot
A DSL for writing type-safe HTML, XML and RSS in Swift.
Stars: ✭ 1,722 (+1214.5%)
Mutual labels:  rss
Favorite Link
❤️ 每日收集喜欢的开源项目 | RSS 订阅 | 快知 app 订阅
Stars: ✭ 1,741 (+1229.01%)
Mutual labels:  rss
Dato.rss
The best RSS Search experience you can find
Stars: ✭ 122 (-6.87%)
Mutual labels:  rss
Gofeed
Parse RSS, Atom and JSON feeds in Go
Stars: ✭ 1,762 (+1245.04%)
Mutual labels:  rss
Irodr
RSS reader client like LDR for Inoreader.
Stars: ✭ 110 (-16.03%)
Mutual labels:  rss
Feedbag
Ruby's favorite feed auto-discovery library/tool
Stars: ✭ 115 (-12.21%)
Mutual labels:  rss
Awesome Chinese Podcasts
一些不错的中文podcasts
Stars: ✭ 124 (-5.34%)
Mutual labels:  rss
Rarbg
rarbg → rss
Stars: ✭ 109 (-16.79%)
Mutual labels:  rss
Neix
neix - a RSS/Atom feed reader for your terminal.
Stars: ✭ 128 (-2.29%)
Mutual labels:  rss
Pipes
Repository for Pipes
Stars: ✭ 107 (-18.32%)
Mutual labels:  rss
Riko
A Python stream processing engine modeled after Yahoo! Pipes
Stars: ✭ 1,571 (+1099.24%)
Mutual labels:  rss
Download Webhook
🍰 Download files through webhook
Stars: ✭ 131 (+0%)
Mutual labels:  rss
Awesome Rss
Puts an RSS/Atom subscribe button back in URL bar
Stars: ✭ 125 (-4.58%)
Mutual labels:  rss
Feeder2
Feeder2.0, Android Rss 阅读器,Material Design,MVP架构
Stars: ✭ 124 (-5.34%)
Mutual labels:  rss

Coldsweat is not maintaned anymore

However, Oz Tiram has ported Coldsweat to Python 3. Please check the dev branch at:

https://github.com/oz123/coldsweat/tree/dev


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 is 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 a previous version

First, always make sure required third-party packages are up-to-date:

$ pip install -r requirements.txt

Second, make sure your database structure is up-to-date too:

$ python sweat.py upgrade

Notable changes from previous releases

  • Version 0.9.6: the etc/blacklist file is no longer available, please use the config scrubber_blacklist option instead.
  • Version 0.9.5: older commands update and refresh are now respectively aliases of upgrade and fetch. The former names will most likely dropped with the 1.0.0 release.

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].