This repo is for you to use to type along to the Web scraping video if you wish, or to experiment scraping a website of your choice. There's no automated tests, nothing to rails grade, and nothing to submit.
- Set up the project:
bin/setup - Start the web server:
bin/server - As you work, remember to navigate to
/gitand commit often as you work.
- List of U.S. Senators: https://www.senate.gov/senators/contact
- Ferrum gem: https://github.com/rubycdp/ferrum
- CSS Diner: https://flukeout.github.io/
- Selector Gadget: https://selectorgadget.com/
- Snapshot of my completed workspace, cleaned up and with a second old-fashioned solution using the tried and true Mechanize gem also included: