-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mac App Store support #68
Comments
I remember, I've explored this possibility a few years ago, and found no way to extract changelog information from Mac AppStore :( Anyway, nowadays AllMyChanges is in a frozen state. I didn't touch its codebase for two years. That is because I've become busier on my day job and my interests shifted from Python to Common Lisp. I'm investigating possibilities to make writing Common Lisp software my day job and don't see the way to monetize Allmychanges.com |
Well, the iTunes API does return the release notes both for iOS and for Mac apps, as I noted (I have an iOS Shortcuts module that performs iTunes product lookups from an article ID or URL, and MAS URLs work fine), so that should not be the issue anymore.
I can respect that; have you thought about open sourcing the current codebase? As far as I can see, the actual software running the site is way ahead of what is found in this repo, and I am sure maintainers could be found for at least a self hosted version – I’d volunteer for sure. It would be a pity to see AMC succumb to software entropy … |
This repository is a first MVP made in 3 days during a hackathon long time ago. I don't think that self-hosted version of the site will be useful, because it is too complex to deploy and there is no single docker-compose command to run it (however this is possible to do). The benefit of a single place which tracks all libraries is that all this information is available in one place. I can open the repository, but just doubt there will be somebody who will try to help with development. We can make an experiment on you. I'll add you to collaborators and let's see if you'll be able to setup a local version of Allmychanges :) |
@kopischke please, check an invite to the private repository. |
Could a Mac App Store support be added? The iTunes API returns results for IDs from the MAS like it does for iOS apps, so this should be technically feasible using the existing parser. Currently, the AMC site stalls when trying to parse a MAS URL.
The text was updated successfully, but these errors were encountered: