dyedquartz / mangadex-scraper

scrapes manga off of mangadex.org
12 stars 2 forks source link

How can I start this program #3

Open DaZEROrk opened 5 years ago

DaZEROrk commented 5 years ago

good day I need some help and hints on how to start downloading from M-D.org using your program can you make a wiki or how-To best regard.

dyedquartz commented 5 years ago

you run the program using mangadex-scraper <ID> <manga/chapter>.

so to download https://mangadex.org/title/17176/mahou-shoujo-tokushuusen-asuka

you would enter in mangadex-scraper 17176 manga

patris-dev commented 5 years ago

For those who don't really understand coding and such, here's some simple steps to get this running:

  1. This program runs on Rust, so install that: https://www.rust-lang.org/tools/install
  2. You'll also need Visual C++ Tools: https://tinyurl.com/y43zocn5
  3. open Command Prompt, type 'cargo install mangadex-scraper' (without quotes)
  4. once that all compiles, (still in Command Prompt) you can start using the commands. Use 'cd' to change directory (e.g. 'cd Desktop') - this is where your downloaded files will appear.
JoePalffy commented 4 years ago

i don't know, that sounds complicated, if you really wanted to share this with people wouldn't an .exe be the obvious choice ? no offense but the developer seems to have no idea how bewildering using this program is to the average person.

dyedquartz commented 4 years ago

False. there is an exe, you don't need to install rust at all, you run the executable in command prompt

JoePalffy commented 4 years ago

ok, so where is this exe ? cuz there is no exe in the files i downloaded from github

dyedquartz commented 4 years ago

@JoePalffy my bad, forgot to upload the windows executable, I'll get it up soon

JoePalffy commented 4 years ago

Hi, it's been 10 days, any chance you can get around to uploading that exe ?

dyedquartz commented 4 years ago

@JoePalffy turns out a library doesn't support windows, I'll see about modifying it so it doesn't require that library

JoePalffy commented 4 years ago

ok .... so when you said there is an exe ... was that never tested on the OS it was made for ?

dyedquartz commented 4 years ago

@JoePalffy #5