https://github.com/rorrell/newsfeed
An RSS newsfeed app in Python/Flask
https://github.com/rorrell/newsfeed
Last synced: 4 months ago
JSON representation
An RSS newsfeed app in Python/Flask
- Host: GitHub
- URL: https://github.com/rorrell/newsfeed
- Owner: rorrell
- Created: 2023-01-16T20:13:29.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-11T03:56:54.000Z (about 3 years ago)
- Last Synced: 2025-04-09T10:52:16.977Z (about 1 year ago)
- Language: HTML
- Homepage:
- Size: 2.93 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This project pulls in news from 7 RSS feeds. They are paged at 25 per page, sorted in reverse by date, and can be filtered by source. It is written in Python/Flask, but has a touch of JQuery and uses Bootstrap.