This is a scraper made with Ruby, to get filtered information from organizations in Google Summer of Code
The user can select the categories he/she wants to scrap, and filters the information by doing a custom search on all categories, or searching on a selected category.
- Ruby
-
Run the following command into your terminal:
git clone [email protected]:carlos-osorio-developer/ruby-scraper.git
-
Make sure you have Ruby installed on your computer
-
Go to your local project repository with the cd command.
-
Run the following command into your terminal:
ruby bin/main.rb
- Press "Enter" to start the scraper
- Enter a number to select the categories that you want to scrap from the organizations
- After you are done selecting the categories, press "Enter" to continue
- Now enter a keyword for your search, to filter the organizations
- If you want to choose just one category to search for the keyword, select it from the list, otherwise press "Enter" and you will be looking for the keyword in all the categories
- The filtered results will be shown to you.
- Now press "Enter" if you want to do another search, or enter y/Y if you want to quit.
- Open your terminal
- To install Rspec, run the following command into your terminal:
gem install rspec
- Go to your local project repository with the cd command.
- To run the test examples, run the following command into your terminal:
rspec
👤 Carlos
- GitHub: @carlos-osorio-developer
- Twitter: @OsorioDevelops
- LinkedIn: Carlos Osorio
Contributions, issues and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- Project originally taken from The Odin Project
This project is MIT licensed.