Skip to content

This is a cli tool that generates a report card through the canvas api.

License

Notifications You must be signed in to change notification settings

ateschan/rusty-reportcard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rusty-reportcard Rust

This is a cli tool for alamo colleges canvas.

Usage

Setting up API Key

  • Go to Alamo Profile Settings.

  • Click on the API Access Tokens tab.

  • Click on New Access Token.

  • Enter a name for the token and click Generate Token.

  • Copy the generated token.

Windows

setx API_KEY="Bearer pasteapikeyhere"

Mac/Linux

export API_KEY="Bearer pasteapikeyhere"

Installing

Click here and download latest release.

Compiling from source

Make sure you have rust installed

git clone git@github.com:ateschan/rusty-reportcard.git
cd rusty-reportcard
cargo run

About

This is a cli tool that generates a report card through the canvas api.

Topics

Resources

License

Stars

Watchers

Forks

Languages