A repo that generates personalized RSS feeds pointing to Bandcamp featuring aggregated updates on releases from those you are following, Wishlist updates, and Collection updates (purchases) with a reach goal of following updates, all compounded daily into 1 RSS feed with a summary of daily updates.
5
stars
0
forks
source link
Feature Parity (except for rate because I need to save my GHA time) with existing #bandcamp-updates RSS Channel #1
We use a 3rd party to generate RSS feeds for bandcamp currently (this thing). Let's migrate off of that and make our own RSS feeds using github actions and the raw view of a code file!
Extract the link from the wishlist item, discord will put a nice embed so no other information should be needed
Grab as many links as needed until you see the most recent wishlist item that was present in a previous notification
(this limits the number of udpates we can give in 1 day to 20 releases, hoepfully that's enough but we can always add additionally functionality to click the "load more" button)
If there are no true updates to make, don't change the RSS feed at all so we don't get a repeat or empty message from Monito
For later features, we will need to clear out the "wishlist udpates" if there is a change in another feed since we don't want the last item wishlisted to show up repeatedly
Put the link in a SSF (super simple file), probably just a list of URLs separated by newlines
We use a 3rd party to generate RSS feeds for bandcamp currently (this thing). Let's migrate off of that and make our own RSS feeds using github actions and the raw view of a code file!
This includes the following features: