Skip to content

Searches for information about salaries of applicants to the H-1B United States Visa program. Built with Nokogiri, Rest-client, and Rspec for unit testing.

License

Notifications You must be signed in to change notification settings

RossielCS/Web-Scraper-in-Ruby

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Web Scraper in Ruby

This is a scraper built in Ruby. I worked on this project as a requirement to finish the Ruby section in the Microverse Main Technical Curriculum.

To test the scrapper I decided to use the H1B Salary Database website.
This site contains a database with the Labor Condition Application from the United States Department of Labor.

screenshot

🔨 Built With

  • Ruby 2.6.5,
  • Rubygems 3.0.3,
  • Nokogiri 1.10.9,
  • Rest-client 2.1.0,
  • Byebug 11.1.3,
  • Rspec 3.9.0,
  • Paint 2.2.0,
  • Visual Code 1.44.2

Getting Started

👓 What is web scraping?

According to Wikipedia

"...web harvesting, or web data extraction is data scraping used for extracting data from websites. Web scraping software may access the World Wide Web directly using the Hypertext Transfer Protocol, or through a web browser. While web scraping can be done manually by a software user, the term typically refers to automated processes implemented using a bot or web crawler."

To get a local copy up and running follow these simple example steps.

Prerequisites

You need to install:

  • Ruby language.
  • Rubygems.
  • An IDE (Integrated Development Environment).

Setup

  1. Clone the repository.
  2. In your OS terminal search the repository's address and run bundle install
    The command must install the gems required to run the program, such as:
    byebug
    nokogiri paint
    rest-client
    rspec

💻 Usage

  • To run the program execute ruby main.rb from the bin folder.
  • Follow the instructions.

📝 Run tests

As a testing tool, I used RSpec.
If you are interested in learning how it works, here is a link to Introduction to RSpec from The Odin Project.

  • In the root folder, run rspec or rspec --format documentation to execute the tests.

💎 Features

  • Has a user interface with instructions to follow.
  • The user can choose what value provides to filter the search.
  • It has an option to do a custom search.
  • Displays the input provided by the user.
  • If the search returns zero results it asks if the user wants to do another search.
  • The user can save the results in a text file.

👩 Author

Rossiel Carranza

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

📝 License

This project is MIT licensed.

About

Searches for information about salaries of applicants to the H-1B United States Visa program. Built with Nokogiri, Rest-client, and Rspec for unit testing.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages