zacsketches / smite_scraper

This contains code to scrape all the images of the Gods in the SMITE video game

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

I'm building this web scraper for hayden to get the clean URLs for the 
image files related to the pantheon of gods in his favorite game.

From list of URLs he can build his own web page and use the smite.com
images to add some flare to his fan site.

1. curl the main smite website
2. filter it for the lines with the word 'pantheon'
3. regex filter the pantheon for the individual god urls
4. curl each god's url
5. filter each of these god pages to find the image url
6. write an output file with the image urls one to a line

About

This contains code to scrape all the images of the Gods in the SMITE video game


Languages

Language:C++ 91.9%Language:Makefile 8.1%