https://github.com/mnishiguchi/uscis_quiz_scraper
Scrapes quiz data from USCIS website.
https://github.com/mnishiguchi/uscis_quiz_scraper
nokogiri ruby ruby-gem scraping-websites
Last synced: about 1 month ago
JSON representation
Scrapes quiz data from USCIS website.
- Host: GitHub
- URL: https://github.com/mnishiguchi/uscis_quiz_scraper
- Owner: mnishiguchi
- License: mit
- Created: 2017-09-20T02:19:02.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2020-04-17T00:50:06.000Z (about 6 years ago)
- Last Synced: 2025-01-03T13:46:38.761Z (over 1 year ago)
- Topics: nokogiri, ruby, ruby-gem, scraping-websites
- Language: Ruby
- Homepage:
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# USCIS Quiz Scraper
CLI for scraping 100 Civics Questions and Answers from the uscis website.
## Usage
Clone the project
```
$ git clone git@github.com:mnishiguchi/uscis_quiz_scraper.git
```
Install dependencies
```
$ bundle install
```
View the available commands
```
$ bundle exec uscis_quiz_scraper
```