The scraper I created can definitely be improved. First of all, I had to hardcode the URLS into an array. I am sure you can get the URL information for each letter from the side panel thing (XCODE //*[@id="text-196"]/div[1]/div/table/tbody/tr/td). Furthermore, I get every image located on the page. I had to delete about 885 unnecessary images that werent part of the dataset. If you can just get images from the table and loop through the . Let me know if you have any questions!
Code is at https://github.com/lordbecerril/Video-Game-Character-GAN/blob/master/CharacterScraper/GameCharacterScraper.py
The scraper I created can definitely be improved. First of all, I had to hardcode the URLS into an array. I am sure you can get the URL information for each letter from the side panel thing (XCODE //*[@id="text-196"]/div[1]/div/table/tbody/tr/td). Furthermore, I get every image located on the page. I had to delete about 885 unnecessary images that werent part of the dataset. If you can just get images from the table and loop through the . Let me know if you have any questions!
Code is at https://github.com/lordbecerril/Video-Game-Character-GAN/blob/master/CharacterScraper/GameCharacterScraper.py