754352d Include full license text
~shreyasminocha pushed to ~shreyasminocha/canvas-fs git
419fe84 Include full license text
~shreyasminocha pushed to ~shreyasminocha/canvas-fs git
This is, at the moment, just a proof-of-concept.
Until I get this on PyPi:
git clone https://github.com/shreyasminocha/canvas-fs.git
cd canvas-fs
cp .env.example .env
, chmod 600 .env
pip install -r requirements.txt
.env
and set the values of CANVAS_URL
and ACCESS_TOKEN
https://canvas.example.edu/courses/[course_id]
/mnt/canvas/comp182
, and make sure your user owns itpython -m canvasfs [course_id] /mnt/canvas/comp182
Tested with fuse3 on Arch Linux. It should also work on macOS with macFuse. Apparently FUSE for Windows is a thing, but I don't know if this will work with it.
Licensed under the MIT License
… are welcome.