scraper icon indicating copy to clipboard operation
scraper copied to clipboard

Windows Front-End

Open micropixel70 opened this issue 8 years ago • 4 comments

Hello, will you ever make a Windows front-end to use your beautiful program?

Thank you.

micropixel70 avatar May 05 '17 08:05 micropixel70

Go is working on creating a library called "shiny" to allow the creation of GUIs. The other solutions that exist today are bindings to C. If I do that, I can no longer cross compile to any other system than my machine (64bit linux). Also they likely would be specific to a certain system.

At one point I wrote a web front end. Basically run the script, it gave you a URL, and you interacted with a web page, but I wasn't happy with it and never released it.

sselph avatar May 06 '17 01:05 sselph

Thank you! :-) You tell me a command that allows me to have the name of the game like this: Astro Chase and not Astro Chase (USA) And PNG covers at maximum resolution, THANK YOU !!!!

micropixel70 avatar May 06 '17 06:05 micropixel70

-use_nointro_name=false -img_format=png -max_width=0

sselph avatar May 10 '17 01:05 sselph

Sorry, didnt mean to barge in announced :P But here is maybe helpfull information, since i am on Win and compiled throu GO. Its super easy if u follow instructions for build on git first page all u have to do is to ammend $ from commands. So example: Open CMD with admin in folder where go.exe is and type in : go get github.com/sselph/scraper instead of $ go get github.com/sselph/scraper

Have fun!

IceLancerSR avatar Dec 14 '17 22:12 IceLancerSR