Sha256: ddc7e2fc83d10c89169cbb0acb34bc55fa455785e00073534dfc057d77eab10b

Contents?: true

Size: 882 Bytes

Versions: 4

Compression:

Stored size: 882 Bytes

Contents

# kiwi-scraper

[![Build Status](https://travis-ci.org/Kiwi-Learn/kiwi-scraper.svg?branch=master)](https://travis-ci.org/Kiwi-Learn/kiwi-scraper)


Kiwi Scraper is a great tool to get [Sharecourse](http://sharecourse.net/sharecourse/general/home/) description!

We respect Sharecourse's `robots.txt`

## Usage

Install it with the following command:
```sh
$ bundle install
```

Run it from the command line.
```sh
$ ./bin/coursesdesc
```

Screenshots

```sh
    _________        _______   ____
   / __/ ___/ ____  / ___/ /  /  _/
  _\ \/ /__  /___/ / /__/ /___/ /  
 /___/\___/        \___/____/___/  

> courses
```

Use it from your Ruby code:
````ruby
require './lib/coursesdesc/courses.rb'
sc = KiwiScraper::ShareCourse.new

course_found = sc.course_name
puts course_found

url_found = sc.course_url
puts url_found

````

## Test

```sh
$ cd spec
$ ruby coursesdesc_spec.rb
```

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
kiwicourse-0.1.3 README.md
kiwicourse-0.1.2 README.md
kiwicourse-0.1.1 README.md
kiwicourse-0.1.0 README.md