This is a very simpe crawler which I made to get all images from Google Image Search page. It uses Node as a base. To get the page we use require and to crawl over the page we use cheerio.
I'm using Node v6.3.0 to run this application.
First install Node v6.3.0 into your machine. I recomend to use NVM.
After installing Node, go to the root folder and execute this in your terminal:
npm install
After installing just run:
npm start
Keep in mind that we are using a file named pokemons.txt to find pokemon's names to be downloaded. If you do not edit it, this app will download all pokemons in it! (there is 689 pokemons there). If you want to download less or more, please edit this file before executing this app.