#canvas #file #lms #course #async #download #json

app canvas_syncer

A syncer to Canvas LMS with files among courses

2 releases

0.4.1 Sep 16, 2024
0.4.0-rc1 Sep 1, 2024

#566 in Filesystem

Download history 146/week @ 2024-08-30 20/week @ 2024-09-06 176/week @ 2024-09-13 26/week @ 2024-09-20 9/week @ 2024-09-27 3/week @ 2024-10-04

214 downloads per month

MIT license

34KB
806 lines

Source code location: https://github.com/wznmickey/canvas_syncer

Plan to implement Canvas-Syncer (https://github.com/BoYanZh/Canvas-Syncer) in rust to gain higher readability and extension.

Roadmap:

  1. use blocking to complete basic functions (finished)
  2. switch to async (finished)
  3. support features(i.e. file filter, detail downloading config) (partly)
  4. allow uploading

An async rust program that synchronizes files and folders across Canvas LMS Files and local.

Check config.json.example.

The default config file is ./config.json and you can use --config to set its path.

You can use use cargo to install this program.

If you are using Windows or Linux, you can also use the compiled file in github releases. MacOS version is not provided in the release because of API issues of the script used in github actions.

Dependencies

~11–23MB
~336K SLoC