🎉 Mostly working matrix bot

(timetable group handling missing)
This commit is contained in:
2023-06-23 18:56:59 +02:00
commit 9a4a4a2f08
5 changed files with 844 additions and 0 deletions

18
package.json Normal file
View File

@ -0,0 +1,18 @@
{
"name": "timetable-v2-notify",
"type": "module",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "minie4",
"license": "MIT",
"dependencies": {
"dotenv": "^16.3.1",
"matrix-js-sdk": "^26.1.0",
"node-fetch": "^3.3.1",
"node-json-db": "^2.2.0"
}
}