You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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)