Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/apexal/lector
- Owner: Apexal
- License: mit
- Created: 2017-02-12T00:10:07.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-06-08T17:17:14.000Z (over 7 years ago)
- Last Synced: 2024-12-13T21:56:12.802Z (22 days ago)
- Topics: education, moodle, ruby, school, scraper, web, web-scraper, web-scraping
- Language: Ruby
- Size: 23.4 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
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).