• 76 Posts
  • 216 Comments
Joined 2 years ago
cake
Cake day: June 3rd, 2023

help-circle









  • FOSS projects may not have completely obvious donation schemes, let alone ubiquitous and automatable schemes, for starters.

    Yes this is something I’ve already run up against. I’ve written a pretty functional scraper for donation pages. There seem to be ~6 donation platforms with the biggest one (PayPal eeugh) having 30% adoption. And yes not many have an API for one-to-many payments, although LiberaPay which comes a close second does. Hopefully if enough people use this app it’ll be lucrative enough for more projects to open LiberaPay accounts.

    In addition, the dependencies suggestion is a pretty important and massive chestnut. It will certainly turn out that many core dependencies are used a huge portion of the time. Some disproportionately so. It will also certainly be very difficult to find and include any dependencies that are compiled in to things, and may not have obvious signatures without analyzing the source.

    Yup. I wish there was an API for this. My plan right now is to scrape the debian repos as packages contain dependency information.




  • I like the idea, but i would want it to be more granular so that i also donate to all dependencies i use.

    Writing a scraper that would follow dependencies is definitely on the todo list. But currently I need an MVP so it just tracks flatpacks (donate links are part of their metadata).

    I personally also do not care about the shares each projects get so i would prefer if nothing runs in the background it only collects once a month all my installed packages and donates to them evenly.

    Interesting. I might add an option for this then.