Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/cmdr-nova/gridstream
- Owner: cmdr-nova
- Created: 2024-10-20T22:02:22.000Z (26 days ago)
- Default Branch: main
- Last Pushed: 2024-10-20T22:16:27.000Z (26 days ago)
- Last Synced: 2024-10-21T02:24:35.250Z (26 days ago)
- Topics: app, atom, desktop, feed, feeds, python, reader, rss, xml
- Language: Python
- Homepage: https://cmdr-nova.online/
- Size: 31.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.