A command-line tool for managing Canvas courses, fetching assignments, and grades.
Project description
Canvas Pilot
A command-line tool for managing your Canvas courses, fetching assignments, and grades.
Installation
To install the Canvas CLI, run the following command:
pip install canvas-pilot
Configuration
Before using the Canvas CLI, you'll need to configure it with your Canvas API key and domain.
Retrieving your Canvas API Key
To retrieve your Canvas API key, follow these steps:
- Log in to your Canvas account.
- Click on "Account" in the left-hand side menu.
- Click on "Settings" from the dropdown.
- Scroll down to the "Approved Integrations" section and click on "+ New Access Token".
- In the pop-up window, optionally enter a purpose for the token and set its expiry date.
- Click on "Generate Token".
- Copy the token displayed in the "Token" field. This is your Canvas API key.
Important: Keep your API key safe and secure, like you would with a password. Don't share it with anyone.
Getting your Canvas Domain
Your Canvas domain is the URL you use to access Canvas. For example, if you access Canvas by navigating to https://canvas.<yourinstitution>.com, then your Canvas domain is canvas.<yourinstitution>.com.
Once you have your API key and domain, run the following command and follow the prompts to configure the Canvas CLI:
canvas configure
You can reconfigure the Canvas API key and domain at any time by running canvas configure again. You will be prompted to update your keys.
Usage
Fetch Courses
To fetch the list of your Canvas courses, run:
canvas fetch courses
Fetch Assignments
To fetch assignments for all your Canvas courses, run:
canvas fetch assignments
To fetch assignments for a specific course, provide the course ID:
canvas fetch assignments <course_id>
To export the assignments/exams deadlines to an .ics file, add the -e or --export flag:
canvas fetch assignments --export
Fetch Grades
To fetch grades for all your Canvas courses, run:
canvas fetch grades
To fetch grades for a specific course, provide the course ID:
canvas fetch grades <course_id>
To export the grades to a .csv file, add the -e or --export flag:
canvas fetch grades --export
Help
To display help information for the command-line interface and its subcommands, run:
canvas --help
Contributing
Contributions are welcome! If you find a bug, have a feature request, or want to improve the Canvas CLI, please open an issue or submit a pull request.
License
This project is licensed under the GPLv3+ License. See the LICENSE file for details.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file canvas-pilot-0.1.3.tar.gz.
File metadata
- Download URL: canvas-pilot-0.1.3.tar.gz
- Upload date:
- Size: 17.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.16
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d4d2c09fc9ab28af0c222d63b44ae6a7b58300fd7c20642a73b723d7906540dc
|
|
| MD5 |
77bdb7f02f25a8281f64d6f026787e10
|
|
| BLAKE2b-256 |
5ce7f143b134b37e1e809afa203d2490e849f225bc1e449b4cdbb7a5e69e4777
|
File details
Details for the file canvas_pilot-0.1.3-py3-none-any.whl.
File metadata
- Download URL: canvas_pilot-0.1.3-py3-none-any.whl
- Upload date:
- Size: 17.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.16
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9c6686b03c05f46a437643b18754ef40e667e77405af16564ee5869de67f59ed
|
|
| MD5 |
801a473ea6f7829dfd4bc214050275d7
|
|
| BLAKE2b-256 |
01819c763891125514ff3d1e3889f49c22cbe11d8adb2b7ca5598fe7056aecd2
|