Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fabriziosalmi/uglyfeed-cdn
🌍 UglyFeed RSS feeds
https://github.com/fabriziosalmi/uglyfeed-cdn
daily feeds news newsfeed rss rss-feed rss-generator uglyfeed updates xml
Last synced: 13 days ago
JSON representation
🌍 UglyFeed RSS feeds
- Host: GitHub
- URL: https://github.com/fabriziosalmi/uglyfeed-cdn
- Owner: fabriziosalmi
- License: agpl-3.0
- Created: 2024-06-13T19:18:21.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-10-30T05:03:38.000Z (17 days ago)
- Last Synced: 2024-10-30T08:30:10.037Z (16 days ago)
- Topics: daily, feeds, news, newsfeed, rss, rss-feed, rss-generator, uglyfeed, updates, xml
- Language: Python
- Homepage:
- Size: 1.77 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# UglyFeed CDN
This repository acts as CDN for the [UglyFeed](https://github.com/fabriziosalmi/UglyFeed) project.
You can find RSS content which is automatically generated by GitHub actions and python scripts. I use some of these XML feeds as source test feeds while testing UglyFeed updates and experiments.
I want to automate as much as possible then I preferred the GitHub action approach (can be ported to Gitea and similar tools so quick). In addition I wanted to separate such content and the UglyFeed application code. This because a brand new repo.
- [![Generate Daily RSS Feeds](https://github.com/fabriziosalmi/uglyfeed-cdn/actions/workflows/generate_daily_feeds.yml/badge.svg)](https://github.com/fabriziosalmi/uglyfeed-cdn/actions/workflows/generate_daily_feeds.yml)
- [![Generate Daily Universe Feeds](https://github.com/fabriziosalmi/uglyfeed-cdn/actions/workflows/generate_universe_feeds.yml/badge.svg)](https://github.com/fabriziosalmi/uglyfeed-cdn/actions/workflows/generate_universe_feeds.yml)## Source feeds
Here you can find feeds intended to be used as source feeds for testing, These valid XML feeds are automatically updated on a daily basis. You can process them with [UglyFeed](https://github.com/fabriziosalmi/UglyFeed) or any other RSS reader:- [Happened today](https://github.com/fabriziosalmi/uglyfeed-cdn/blob/main/happened-today/README.md)
- [Universe](https://github.com/fabriziosalmi/uglyfeed-cdn/blob/main/universe/README.md)> source content is retrieved by GitHub action using the `wikipedia` python package
_Please note that such content is intended just for testing the UglyFeed project and not as a consistent RSS feed to be read by end users._
## Processed feeds
Here you can find feeds intended to be evaluated as rewritten/generated by LLM feeds. These valid XML feeds are automatically updated on a daily basis. You can evaluate them with [UglyFeed](https://github.com/fabriziosalmi/UglyFeed) metrics scripts or any other tool out there. You can process them with UglyFeed or any other RSS reader.> [!NOTE]
> Temporary stopped :)
> - [Daily feeds by llama3 via Groq API](https://github.com/fabriziosalmi/uglyfeed-cdn/blob/main/feeds/uglyfeeds.xml)