The iOS app store has no wishlist, so it's time to make one!
This program uses a webscrapper bot (Built with beautifulsoup4) to get the info about the apps from the iOS appstore webpage and displays the information using a web interface. (Built with bottle.py)
-
go to the cloned folder
-
run
docker compose start(You need docker and docker-compose installed) how to
- open your browser and go to http://localhost:8180
(The default user is: abcd and the password is abcd)
- click the "X" on the card to delete an app
- Use the text input to add the URL of the app you want
Eg:
https://apps.apple.com/br/app/majesty-fantasy-kingdom-sim/id455219788
-
use the bottom at the bottom to force an update on the entire whishlist (usually not needed)
-
you can also click on the app name to open the appstore

