i'm trying to build my personal program with localhost i made result i dumb all the games in myprogram and i want to reach their size and i can`t im dead, can you send me your script this just for personal use don`t worry, my script are dead after many tries
Edit : i change my mind if u mind give me good hints i love this
Hint:
I used Python for the converter, scraper, downloader but then I coverted that code to GO using AI.
That way I can have them as seperate standalone exectuable programs that I can run from streamlit.
Allot easier to zip that without needing to install Python dependencies on a laptop every time.
To fetch the download-links you'll need a webscrapper in Python you can use pyppeteer with the login crededentials.
It's a bit tricky getting it installed though, the default chromium on pyppeteer isn't working so you need to fix that too.
For the game info scrapper, you can use this:
You must be registered to see the links
, that way you can get a semi accurate games list and left join the download-links to the game data. Some games got deleted in lifeselector though, so you'll need to be able to add them in somehow too. But funny enough the cover images are still on the official site.