https://github.com/durocodes/canvas-scraper
Canvas API scraper using the Instructure/Canvas API, built with TypeScript
https://github.com/durocodes/canvas-scraper
Last synced: 2 months ago
JSON representation
Canvas API scraper using the Instructure/Canvas API, built with TypeScript
- Host: GitHub
- URL: https://github.com/durocodes/canvas-scraper
- Owner: DuroCodes
- Created: 2022-03-18T12:11:39.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-03-19T00:51:53.000Z (about 3 years ago)
- Last Synced: 2025-01-29T15:13:47.477Z (4 months ago)
- Language: TypeScript
- Homepage:
- Size: 93.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# **Canvas API Scrapper**
> Built using [Node.js](https://nodejs.org/) and the [Canvas API](https://canvas.instructure.com/doc/api/).
## **Installation**
1. Clone the repository
2. Run `npm install` or `yarn`
3. Put your school's Canvas prefix (`https://.instructure.com`) and your API key in the `.env` file.
* There is an example `.env` file in the repository called `.env.example`.
4. Run `npm start` or `yarn start`.
5. Select a mode and then enter the arguments if required.
6. Enjoy!## **Usage**
1. You can view information from Canvas through the command line.
* You can view the list of courses, assignments, modules, and module info.## **Image**
