CLI web scraper, fetch pdf and course details from https://www.computer-pdf.com/
and https://www.classcentral.com/
- Ruby
First, ensure that you have ruby installed on your local machine. and follow steps to run the program
Ruby installed on your local machine. Terminal or similar to execute the program.
- nokogiri
- tty-prompt
- HTTParty
- open-uri
- ruby_figlet
- byebug
To install those libraries, simply run gem install [gem-name]
-
clone project by running
git clone https://github.com/juxsalley/web-scraper-ruby.git
-
cd web-scraper-ruby
-
install required gems
bundle install
- cd into the project by
cd web-scraper-ruby
cd bin
- Execute in terminal like so
ruby scraper
- After cloning the project run
bundle install
to install all required gems as instructed above - Then
bundle exec rspec
to run the test
👤 Iddrisu salley
- GitHub: iddrisu salley
- Twitter: __salley
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
This project is MIT licensed.