DIYgod / RSSHub

🧡 Everything is RSSible
https://docs.rsshub.app
MIT License
32.11k stars 7.14k forks source link

Better UI to create RSS links (+ OPML export)? #6024

Open georgjaehnig opened 3 years ago

georgjaehnig commented 3 years ago

What feature is it?

First, this is a great project! Thank you for all the work that was put in already.

I wonder if there already exists another project with a better UI that would make it easier to create RSS URLs?

For instance, instead of reading docs https://docs.rsshub.app/, I could have

What problem does this feature solve?

Currently, users have to create all RSS links by hand: Copy the template URLs and edit them with their data. This works, but it is not very user friendly.

Besides, I have to create, copy and import every new RSS URL separately. This can take a lot of time if I e.g. want to add a lot of RSS feeds at once.

Instead, it would be much faster to e.g.

Does such a project already exist?

TigerCubDen commented 3 years ago

For better way to create RSS links, you could use RSSHub Radar (Browser Extensions) and RSSBud on ios14. You can find it in home page from docs.rsshub.app. But the only defect may be English localization missing. If so, you can open an issue.

georgjaehnig commented 3 years ago

Yes, thank you, I know about both projects. But if understand them correctly, for each new feed I have to visit the original website first, right?

So for instance, if I want to have Twitter keyword searches for

I have create every search of it first, and then get every RSS feed URL one by one:

Instead, I would like to drop that list somewhere, and in one go get the list of RSS URLs (e.g. as OPML).

If no such project does exist yet, I might start it. Just asking here to not reinvent the wheel. :)

HenryQW commented 3 years ago

I use iOS shortcuts to do it.

NeverBehave commented 3 years ago

We don’t have plans on related stuff but we are looking forward to something like that. Definitely start one if you’d like to.

dvikan commented 2 years ago

I have a related question regarding this. I would like to have a feature where I can paste:

https://gab.com/realdonaldtrump/

and automatically get the following feed:

https://rsshub.app/gab/user/realdonaldtrump

Does such a feature exist? Is it possible to automate this using the existing regexes?

My motivation for this is I've created an rss feed discovery service:

https://discovery.thirdplace.no/?q=https://gab.com/realdonaldtrump/

And I would like to make all rsshub routes discoverable.

NeverBehave commented 2 years ago

Used to have one, you may tried to make use Radar rules for this functions. We have enforced script to provide related discovery rules when submitted.

Related: https://github.com/NeverBehave/RSShub-Generator https://github.com/DIYgod/RSSHub-Radar/issues/692