https://github.com/noarche/rss
Simple yet powerful RSS reader, Complete with a dark theme!
https://github.com/noarche/rss
free python python-script python3 rss rss-aggregator rss-downloader rss-feed rss-feed-parser rss-feed-reader rss-feed-scraper rss-generator rss-parser rss-reader tool
Last synced: 3 months ago
JSON representation
Simple yet powerful RSS reader, Complete with a dark theme!
- Host: GitHub
- URL: https://github.com/noarche/rss
- Owner: noarche
- License: gpl-3.0
- Created: 2024-08-22T04:25:19.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-18T09:46:54.000Z (about 1 year ago)
- Last Synced: 2024-09-18T13:00:33.295Z (about 1 year ago)
- Topics: free, python, python-script, python3, rss, rss-aggregator, rss-downloader, rss-feed, rss-feed-parser, rss-feed-reader, rss-feed-scraper, rss-generator, rss-parser, rss-reader, tool
- Language: Python
- Homepage:
- Size: 138 KB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 📰 RSS READER
Simple yet powerful RSS reader, Complete with a dark theme!
After the first run look for a file named `index.html` and open it. This is the 'table of contents'.
Imagine having a beautiful, custom webpage that keeps you updated with the latest news and stories from your favorite websites. With our tool, you can choose between a sleek, modern dark theme or a clean, light theme to match your style.
Every hour, your page refreshes itself with the newest content, making sure you're always in the know. The best part? It does all this quietly in the background, using minimal data and resources, so you don't have to worry about slowing down your browsing or eating up your bandwidth.
Whether you're working late at night and need a dark, easy-on-the-eyes view, or you prefer a bright, crisp look during the day, this tool gives you the freedom to choose. It’s like having your personal news hub, beautifully designed just the way you like it, and always up-to-date.

Below:Screenshot with latest config as of 8/24/2024

## 🌐 Config Settings & DARK THEME
### ☀️ Using Proxy
python rss.py -tor
python rss.py -i2p
python rss.py -proxy IP:PORT### ☀️ Using Built in HTTP Web Server
python rss.py -port 15432
This will launch built in webhost and the site will be accessible at
http://localhost:15432 once the script has finished and created index.html.
Removing the need for any additional software like jetty/apache.### ☀️ Light Theme
python rss.py --light
OR
run the batch file `RSS-LIGHT.bat`
### 🌑 Dark Theme (default)
python rss.py --darkOR
run the batch file `RSS-DARK.bat`
### 🗞️ Adding RSS links
Set the time between updates and enter your RSS feed links in `/src/config.json`. Be sure to follow the current format with a comma after every link but NOT the last link. You will also find a script called Config Builder in /src/ that has instructions on how to use to quickly create a compatible config.
## ꧁꧂ ☕ Buy me a coffee

**Bitcoin** address `bc1qnpjpacyl9sff6r4kfmn7c227ty9g50suhr0y9j`
**Ethereum** address `0x94FcBab18E4c0b2FAf5050c0c11E056893134266`
**Litecoin** address `ltc1qu7ze2hlnkh440k37nrm4nhpv2dre7fl8xu0egx`
-------------------------------------------------------------------

## 🔮 Looking to get into Open source intelligence gathering?
Know someones email address or username but want to know all the sites they have accounts on?
[Check out ezOSINT](https://github.com/noarche/ezOSINT)
## Looking for 1 click gallery website?
[Click here](https://github.com/noarche/gallery)