Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jjasghar/rss_feed
My RSS feed site.
https://github.com/jjasghar/rss_feed
python rss single-page-app
Last synced: 26 days ago
JSON representation
My RSS feed site.
- Host: GitHub
- URL: https://github.com/jjasghar/rss_feed
- Owner: jjasghar
- License: other
- Created: 2023-12-24T23:16:23.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-04-14T00:11:04.000Z (7 months ago)
- Last Synced: 2024-04-14T01:13:12.523Z (7 months ago)
- Topics: python, rss, single-page-app
- Language: Python
- Homepage: https://jjasghar.github.io/rss_feed/
- Size: 129 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Feed Reader
This script is run by a cron job every 30 minutes, and downloads new stories from RSS feeds.
It then generates an Markdown file that is rendered by the HTML page.Arguments:
Path to the Database
Path to the subscription yaml fileOutputs to the console, so pipe to a file.
Active Development by _me_ now, but thank you to [fly](https://lobste.rs/s/fu9ebt/reclaiming_web_with_personal_reader#c_ntxce7)
for the basis of me building off of this.```yaml
- url:
freq:
icon:
title:
```## License & Authors
If you would like to see the detailed LICENSE click [here](./LICENSE).
- Author: JJ Asghar
```text
Copyright:: 2023- JJ AsgharLicensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License athttp://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
```