Skip to content

Repository to facilitate lessons on python and web scraping (for education purposes only)

Notifications You must be signed in to change notification settings

aetzion1/scraper_tutor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

SCRAPER TUTOR

  • Database notes: This app does not use or create a database. It is for educaitonal purposes. Running the existing final python file will create an eggs.csv

Dependencies

How to run the practice file:

  • To run the file, type the following into your temrinal: '$ python 3 <file_name>'
  • Try to work through the file provided and make changes. Play arund with it!
  • Find a web page that you would like to try to scrape (be sure to review the robots.txt file for that page)
  • Copy this tool and work to scrape your example site. The code will likely need to be adjusted. Jump into the Developer tools to View the Source code / inspect elements to understand what might need to be changed!

NOTE: Please review the robots.txt page for all sites used for this educational practice tool!

About

Repository to facilitate lessons on python and web scraping (for education purposes only)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages