Skip to content

Two Simple Web Image Scrapers for Apple Technical Specifications

License

Notifications You must be signed in to change notification settings

nilsstreedain/Apple-Tech-Spec-Scrapers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Apple-Tech-Spec-Scrapers

Two Simple Web Image Scrapers for Apple Technical Specifications

Fast Scraper - FirstImage.java

This scraper assumes the web structure for Apple Technical Specifications. It loops over the possible URLs for spec documents and saves the first image. This scraper has a much smaller range of possibilities to loops over and runs much quicker than the LargeRange.java scraper.

Slow Scraper - LargeRange.java

This scraper also assumes the web structure for Apple Technical Specifications, however it loops over possible URLs for images which has a much larger range on this site. Though this scraper takes MUCH longer to finish, it is able to find a significantly larger number of images.

About

Two Simple Web Image Scrapers for Apple Technical Specifications

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages