Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vantaboard/canvas-cli
🎓 CLI application for Canvas messaging
https://github.com/vantaboard/canvas-cli
bash canvas messaging python
Last synced: 6 days ago
JSON representation
🎓 CLI application for Canvas messaging
- Host: GitHub
- URL: https://github.com/vantaboard/canvas-cli
- Owner: vantaboard
- License: mit
- Created: 2021-08-15T03:32:57.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-10-10T22:02:55.000Z (about 3 years ago)
- Last Synced: 2024-10-29T17:19:46.423Z (about 2 months ago)
- Topics: bash, canvas, messaging, python
- Language: Python
- Homepage:
- Size: 518 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: docs/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: docs/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
Canvas CLI
[![license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/blackboardd/canvas-cli/blob/main/LICENSE) [![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/) [![Follow on Twitter](https://img.shields.io/twitter/follow/blkboardd.svg?label=follow+blkboardd)](https://twitter.com/blkboardd)
![example of usage in Canvas](/imgs/canvas_example.png)
## Dependencies
```
pip install python-crontab colored argparse requests inquirer
```## Install
Run the below command into any folder.
```
git clone https://github.com/blackboardd/automated-canvas-conversations.git
```Do not forget to export your access token in ~/.bashrc.
## Troubleshooting
### Help, my messages aren't sending!
See what is happening in info.log![example of usage in a terminal shell](/imgs/term_example.png)
## 🧑🤝🧑 Contributing
Read the [contributing guide](/docs/CONTRIBUTING.md) to learn about our development process, and how to craft proposals.
## ⚖️ License
This project is licensed under the terms of the [MIT license](/docs/LICENSE).