Initial commit

This commit is contained in:
2025-11-09 10:23:23 +01:00
commit f890341ffe
34 changed files with 1058 additions and 0 deletions

8
tests/polling.js Normal file
View File

@@ -0,0 +1,8 @@
import { data } from "../wwwroot/core/appData.js";
try {
console.log("Testing polling...");
await data.instagramPoller.pollOnce();
} catch(e){
console.error(e);
}