Skip to content

Latest commit

 

History

History
59 lines (55 loc) · 2.43 KB

README.md

File metadata and controls

59 lines (55 loc) · 2.43 KB

Figure Scraper

Figure Scraper downloads images from anime figure and merchandise websites by image IDs. It may uncover hidden images that is uploaded to the website by guessing the image URLs.

Requirements

The following packages are required:

  • bs4
  • requests

Websites

The scraper scrapes the following websites:

Instructions

  • Execute figure_scraper.py on Command Prompt (or Terminal for MacOS).
  • Select a website to download from.
  • For websites that prompts input for expression (e.g. Image IDs):
    • Input 3 to download image ID 3.
    • Input 2-5 to download image ID 2 to 5.
    • Input 5,8 to download image ID 5 and 8.
    • Input 2-5,7,9-11 to download image ID 2, 3, 4, 5, 7, 9, 10, 11
  • To exit a scraper or cancel, enter 0 if it specifically states so. Otherwise enter blank input.

Other Notes

  • The saved images usually use the product ID as its name.
  • Some scrapers have an option to save image name as JAN (Japanese Article Number) code when the code is visible on the product page.