A web site data scraper built in Ruby fetching data from infamous dev.to site
This is the Capstone Project of the Microverse Ruby curriculum!
Explore the docs »
Report Bug
·
Request Feature
This is a scraper, a program written in Ruby.This specific scraper is built to scrape posts and authors from “Dev.to” site.Using the Nokogiri Gem to parse the HTML from the site,open URI to open the file in security, and some string manipulations to format them better for human readability.
This project was built using these technologies.
If you want to install and use the scraper you need:
Click the green button
Go into your terminal and type
$ git clone https://github.com/ioilmio/web-scraper.git
or
$ git clone ctrl + shift + v
Type on your terminal bin/scraper.rb to get a list of articles.
You will get a lixt.txt file containing an Hash, in this Hash you can find clickable links for your article of interest.
To run automated tests you can just type
in the terminal inside the main directory.
rspec
in the same directory.
rspec —format doc
👤 Illuminato Salvatore
Contributions, issues and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!