{"id":24702882,"url":"https://github.com/realshaunoneill/elitemoodlescraper","last_synced_at":"2026-05-03T07:36:23.922Z","repository":{"id":57222441,"uuid":"127994836","full_name":"realshaunoneill/EliteMoodleScraper","owner":"realshaunoneill","description":"A modern and simple to use object orientated moodle scraper","archived":false,"fork":false,"pushed_at":"2018-09-21T12:51:44.000Z","size":286,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-12-20T09:38:33.844Z","etag":null,"topics":["module","moodle","npm","scraper","web"],"latest_commit_sha":null,"homepage":"https://realshaunoneill.github.io/EliteMoodleScraper/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/realshaunoneill.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-04-04T02:20:36.000Z","updated_at":"2023-07-16T16:33:26.000Z","dependencies_parsed_at":"2022-09-08T23:01:02.773Z","dependency_job_id":null,"html_url":"https://github.com/realshaunoneill/EliteMoodleScraper","commit_stats":null,"previous_names":["xelitexirish/elitemoodlescraper"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/realshaunoneill%2FEliteMoodleScraper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/realshaunoneill%2FEliteMoodleScraper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/realshaunoneill%2FEliteMoodleScraper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/realshaunoneill%2FEliteMoodleScraper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/realshaunoneill","download_url":"https://codeload.github.com/realshaunoneill/EliteMoodleScraper/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244905431,"owners_count":20529631,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["module","moodle","npm","scraper","web"],"created_at":"2025-01-27T05:51:34.960Z","updated_at":"2026-05-03T07:36:23.874Z","avatar_url":"https://github.com/realshaunoneill.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003e\u003cb\u003eElite Moodle Scraper\u003c/b\u003e\u003c/h1\u003e\n\u003ch5 align=\"center\"\u003eA modern and simple to use object orientated moodle scraper\u003c/h5\u003e\n\u003cdiv align=\"center\"\u003e\n    \u003cp\u003e\n        \u003ca href=\"https://travis-ci.com/XeliteXirish/EliteMoodleScraper\"\u003e\n            \u003cimg src=\"https://travis-ci.org/XeliteXirish/EliteMoodleScraper.svg?branch=master\" alt=\"Build Status\"/\u003e\n        \u003c/a\u003e\n        \u003ca href=\"\"\u003e\n            \u003cimg src=\"https://discordapp.com/api/guilds/433054430045143050/embed.png\" alt=\"Discord Invite\"/\u003e\n        \u003c/a\u003e\n        \u003ca href=\"https://discord.gg/Qq59KEV\"\u003e\n            \u003cimg src=\"https://img.shields.io/npm/v/elite-moodle-scraper.svg?maxAge=3600\" alt=\"Version\"/\u003e\n        \u003c/a\u003e\n        \u003ca href=\"https://www.npmjs.com/package/elite-moodle-scraper\"\u003e\n            \u003cimg src=\"https://img.shields.io/npm/dt/elite-moodle-scraper.svg\" alt=\"NPM Downloads\"/\u003e\n        \u003c/a\u003e\n    \u003c/p\u003e\n    \u003cp\u003e\n        \u003ca href=\"https://nodei.co/npm/elite-moodle-scraper/\"\u003e\u003cimg src=\"https://nodei.co/npm/elite-moodle-scraper.png?downloads=true\u0026stars=true\" alt=\"NPM Info\"/\u003e\u003c/a\u003e\n    \u003c/p\u003e\n\u003c/div\u003e\n\u003cbr/\u003e\n\n## Features\n\n - Easily scrape data from multiple moodle accounts.\n\n   - Fetch user info\n   - Fetch modules\n   - Fetch grades\n   - Fetch upcoming calender\n   - Fetch blog posts\n   - Fetch previous sessions\n\n - Stores data in object cache.\n - After logging in, the login token is stored for future requests.\n - A fake user agent is used in order to help stay undetected.\n - Works with user accounts on different moodle websites at the same time!\n\u003cbr/\u003e\n\n## Installation\n```javascript\nnpm install --save elite-moodle-scraper\n```\n\n\u003cbr/\u003e\n\n### Example\n```javascript\nconst MoodleUser = require('elite-moodle-scraper').MoodleUser;\n\nconst user = new MoodleUser('USERNAME', 'SUPER_SECRET_PASSWORD', 'BASE_MOODLE_URL');\nuser.login(async loggedIn =\u003e {\n    await user.fetchUserInfo();\n});\n```\n\n\u003cbr/\u003e\n\n## Contributing\nBefore creating an issue, please ensure that the problem hasn't already been reported/suggested, and double-check the\n[documentation](https://xelitexirish.github.io/EliteMoodleScraper/) to make sure it is actually an issue!\nIf you wish to contribute to the codebase or docs, feel free to fork the repository, make what ever changes\nyou want and then submit a pull request.  Make sure to include a description of whatever you change!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frealshaunoneill%2Felitemoodlescraper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frealshaunoneill%2Felitemoodlescraper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frealshaunoneill%2Felitemoodlescraper/lists"}