Skip to content

Microverse Ruby capstone: My_scraper, using ruby for scraping info from websites. This is a web scraper. When you need to collect information from websites, You don't need to copy and paste manually. You can get the information very easily using this scraper

Notifications You must be signed in to change notification settings

mahbubul14/my_scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RUBY CAPSTONE: MY_SCRAPER

In this project, I was asked to use ruby for scraping websites and to get information. I decided to get info on NIKE products from https://www.nike.com/w/mens-nike-by-you-lifestyle-shoes-13jrmz6ealhznik1zy7ok. The project is capable of getting the information right from your terminal. You can view available products and their prices whenever you need

Built With

  • Ruby

Gems used

  • HTTParty
  • Nokogiri
  • rspec
  • rubocop

Getting Started

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

Prerequisites

  • For usage ensure you have ruby installed

Setup

Install

  • Ruby
  • Code-editor

Running the Project

  • Open your terminal
  • Enter ruby ./bin/main.rb in your terminal and press Enter.
  • Run the following command bundle exec rspec or rspec in the terminal to run all tests in the directory

Authors

👤 Mahbub Alam

🤝 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!

About

Microverse Ruby capstone: My_scraper, using ruby for scraping info from websites. This is a web scraper. When you need to collect information from websites, You don't need to copy and paste manually. You can get the information very easily using this scraper

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages