Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/apexal/lector

A super simple Moodle web scraper for my school's Moodle site.
https://github.com/apexal/lector

education moodle ruby school scraper web web-scraper web-scraping

Last synced: 21 days ago
JSON representation

A super simple Moodle web scraper for my school's Moodle site.

Awesome Lists containing this project

README

        

# Lector

**Lector** is a Ruby gem written specifically for my high school's Moodle site. It can login as a student and then web scrape info on staff, teachers, students, and courses.

## Installation

Add this line to your application's Gemfile:

```ruby
gem 'regis-lector'
```

And then execute:

$ bundle

Or install it yourself as:

$ gem install lector

## Usage

Documentation can be found at TODO: LINK

## Development

I still don't know much about real development of Ruby gems so if you want to contribute just clone, edit, and submit a pull request.

## Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/lector. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.

## License

The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).