Skip to content

Add custom RSS feeds for users#14

Open
GeorgeApos wants to merge 2 commits into
mainfrom
4-user-rss
Open

Add custom RSS feeds for users#14
GeorgeApos wants to merge 2 commits into
mainfrom
4-user-rss

Conversation

@GeorgeApos

Copy link
Copy Markdown
Member

This PR adds support for user-defined RSS feeds in UniNews. Users can now add their own RSS sources from the app, which are saved locally in the application settings and loaded together with the built-in feeds during refresh.

Fixes #4

@GeorgeApos GeorgeApos linked an issue Jun 18, 2026 that may be closed by this pull request

@TolisSth TolisSth left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I pulled the branch locally and it does not run spitting out the following error:

env ❯ uninews
Traceback (most recent call last):
  File "/home/tolis/Documents/CS/UniEcosystem/UniNews/env/bin/uninews", line 3, in <module>
    from main import main
  File "/home/tolis/Documents/CS/UniEcosystem/UniNews/main.py", line 5, in <module>
    from ui.main_window import UniNewsWindow
  File "/home/tolis/Documents/CS/UniEcosystem/UniNews/ui/main_window.py", line 23, in <module>
    from feed_config import get_all_feeds
ModuleNotFoundError: No module named 'feed_config'

Is there any known reason for that, is this something on my end can we clarify this ?

@michadasis michadasis requested a review from TolisSth July 3, 2026 13:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Give the user the ability to add their own RSS

2 participants