https://github.com/mspaintide/assistantbackend
A project using Firebase Functions to control the Google Assistant backend for MS Paint IDE
https://github.com/mspaintide/assistantbackend
Last synced: 11 months ago
JSON representation
A project using Firebase Functions to control the Google Assistant backend for MS Paint IDE
- Host: GitHub
- URL: https://github.com/mspaintide/assistantbackend
- Owner: MSPaintIDE
- Created: 2019-06-04T23:10:23.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-07-17T04:57:46.000Z (almost 6 years ago)
- Last Synced: 2025-06-09T12:21:56.351Z (about 1 year ago)
- Language: JavaScript
- Size: 123 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Assistant Backend
The Assistant Backend is a project deployed to [Firebase](https://firebase.google.com/) via [Functions](https://firebase.google.com/docs/functions) to handle the backend of the Google Assistant (And possibly other assistants in the future) for [MS Paint IDE](https://github.com/MSPaintIDE/MSPaintIDE). The assistant support allows for the following things currently:
- Link accounts to MS Paint IDE securely
- Stop, Highlight, Compile, and Run your code from your voice with ~500ms delay
- Say bye to you
All the database changes are listened to by the client, via the library [PaintAssistant](https://github.com/MSPaintIDE/PaintAssistant). The backend is not done, with more features planned. If you have any suggestions, just make a PR. The agent.zip is planned to be published shortly.