Skip to content

My own web scrapping, a capstone project I made at the end of ruby course

Notifications You must be signed in to change notification settings

Guy-Gustave/web-scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

web-scraper

my own web scrapping, a capstone project made at the end of second main technical curiculum; using Ruby Language. the will of the project is to scrap a website of posts remote jobs.

Built With

  • Ruby
  • Nokogiri gem
  • Httparty gem

Video presentation

Prerequisites

First ruby should be install in your local enviroment: Run the following command:

$ ruby -v

You should a have a result similar to this:

ruby 2.5.1p57 (2018-03-29 revision 63029) [x86_64-linux-gnu]
z

If you don't get that result, follow this link and install Ruby in your local enviroment.

Setup

  • Clone the project to your local machine;
  • cd into the project directory;

Install

Run the following command:

  • Run gem install bundler to install bundler.
  • Run bundle install to install Nokogiri and HTTParty Gems.

Usage

  • Enter in directory cd "directory"
  • Run ruby bin/main.rb.
  • Enjoy your curated data!

Run tests

To run tests:

  • Run bundle install to install RSpec, Nokogiri and HTTParty Gems.
  • Run rspec in Command Line.

Authors

👤 Guy Gustave NIGABA

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

Acknowledgments

📝 License

This project is MIT licensed.

About

My own web scrapping, a capstone project I made at the end of ruby course

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages