RSS or email notifications for new plugins in the markeplace

Hello, is there a way to get notified when some vendor, e.g. https://plugins.jetbrains.com/vendor/JetBrains uploads a new plugin? Today I have to review them manually and often I find good ones by doing this. I’d like to be able to either subscribe and receive an email or RSS would help too.

Maybe some email list with the new and trending plugins for the selected tech stack would be nice too.

We can probably get this via https://plugins.jetbrains.com/api/searchPlugins.
I can add an rss/atom feed to GitHub - jonathanlermitage/software-updates-bot: 🤖 Be notified about your favorite stuff updates with RSS and Atom feeds, MD and JSON reports. Runs every 4 hours on a GitHub Action. if you want (this is also open to contributions).

1 Like

It seems to work with the Thunderbird RSS client. I will see how it does during the next days :face_savoring_food:.

This runs on a github action every 4 hr.
The implementation, if you want to take a look: software-updates-bot/src/main/kotlin/biz/lermitage/sub/service/dreport/impl/AbstractJetBrainsPluginsReporter.kt at master · jonathanlermitage/software-updates-bot · GitHub It’s very basic, but it should work.

3 Likes

This is awesome, thank you!