Skip to content

king4sam/kiwi-scraper

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kiwi-scraper

Build Status Gem Version

Kiwi Scraper is a great tool to get Sharecourse description!

We respect Sharecourse's robots.txt

Usage

Install it with the following command:

$ gem install kiwicourse

Run it from the command line.

Search a course with a keyword

$ kiwicourse search cellular
2015 細胞神經科學Cellular Neuroscience

Open the course url in browser

$ kiwicourse open 科學計算

Use it from your Ruby code:

require 'kiwicourse'
sc = KiwiScraper::ShareCourse.new

course_found = sc.course_name
puts course_found

url_found = sc.course_url
puts url_found

Run the tests

Using rake to run tests. If you don't have rake using gem install rake to install it.

$ rake spec

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 100.0%