Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cmdr-nova/gridstream

A feed reader app that can be run in your browser (albeit in developer mode), or via a native executable.
https://github.com/cmdr-nova/gridstream

app atom desktop feed feeds python reader rss xml

Last synced: 4 days ago
JSON representation

A feed reader app that can be run in your browser (albeit in developer mode), or via a native executable.

Awesome Lists containing this project

README

        

# gridstream



I was musing about how it's a shame there are so many feed reading apps that are just trying to get you to subscribe to premium services, such as, making folders. So, I made a feed reader app. It's already packaged in a zip for you to download, but, if you'd like to modify it and build it yourself, that's possible!

Install the dependencies, and then build.
```
$ pyinstaller GridStream.spec
```
App utilizes sqlalchemy, python, feedparser, & flask.