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.
It seems to work with the Thunderbird RSS client. I will see how it does during the next days
.
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!