https://github.com/fliife/cas-discord
Discord bot for mathematics and symbolic computations
https://github.com/fliife/cas-discord
cas discord discord-bot docker giac mathematics maths
Last synced: 3 months ago
JSON representation
Discord bot for mathematics and symbolic computations
- Host: GitHub
- URL: https://github.com/fliife/cas-discord
- Owner: FliiFe
- Created: 2017-12-03T19:57:39.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-07-06T19:17:19.000Z (almost 6 years ago)
- Last Synced: 2025-01-01T01:30:07.600Z (5 months ago)
- Topics: cas, discord, discord-bot, docker, giac, mathematics, maths
- Language: Shell
- Homepage:
- Size: 3.58 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cas-discord
This bot aims to integrate the giac computer algebra system into Discord.
## Commands
### `@giac `
This is the main command: it runs giac with the specified input and returns stdout.
This can also be invoked by using `@CAS` (or mention whatever user the bot is running as). When interacting with the bot in a DM channel, you can ommit the prefix.
### Sample output



## How does it work ?
I created a docker image that takes giac input and spits out the output as base64-encoded png images. The bot then decodes these images and sends them.