Girbons / comics-downloader

tool to download comics and manga in pdf/epub/cbr/cbz from a website
MIT License
484 stars 53 forks source link

Installation issue Mac OS #65

Closed inglesuniversal closed 3 years ago

inglesuniversal commented 3 years ago

I'm new to GoLang, do I need to install Go on a Mac before running your script?

--> brew install golang

Thanks

Girbons commented 3 years ago

Hi @inglesuniversal,

there's no need to have golang installed to run the scripts that you find here https://github.com/Girbons/comics-downloader#installing 😄.

But if you want to compile the code by yourself, yes you need golang, hope that this small guide helps https://github.com/Girbons/comics-downloader/blob/master/docs/dev.md

inglesuniversal commented 3 years ago

Tried it on a Mac and Linux VM and worked like a charm. Thumbs up!

Is there a way to run the script in the remote server using PHP / Node or a simple web integration approach?

Thanks and STAY SAFE

Girbons commented 3 years ago

Tried it on a Mac and Linux VM and worked like a charm. Thumbs up!

I'm glad that it worked!

Is there a way to run the script in the remote server using PHP / Node or a simple web integration approach?

The tool is just a CLI at the moment so you'll have to execute it as command and get the exit code. By the way providing it as web service and expose an API is feasibile, I'll open a ticket and let this issue opened.

Thank you and stay safe!

inglesuniversal commented 3 years ago

WOW... That would be amazing... Making an API for the web. I often use it to allow some English Language Learners to compare the English from old to modern publications. Thanks for your amazing work!!!

Girbons commented 3 years ago

Soon I'll provide a containerized web version 😄

often use it to allow some English Language Learners to compare the English from old to modern publications. Thanks for your amazing work!!!

That's really cool!! Thank you, I really appreciate that 🙏

inglesuniversal commented 3 years ago

By the way... first two sites listed have some issues not getting the content whenever is use the command -all ... it will skip some issues and the folder ends up with an empty PDF (about 826 bytes). Any clues?

Girbons commented 3 years ago

I’ll give a check this weekend, thanks for the report.

Could you please open a specific issue for this?

Sent from my iPhone

On Oct 16, 2020, at 4:53 PM, Hugo Barbosa notifications@github.com wrote:

 By the way... first two sites listed have some issues not getting the content whenever is use the command -all ... it will skip some issues and the folder ends up with an empty PDF (about 826 bytes). Any clues?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe.

Girbons commented 3 years ago

closing in favor of #72