master
matrix notification ux is fucking shit because most of the clients* have no way to let you find where the fucking pings are, so here is a script to put all your notifications in a room so you can see them and find who the fuck pinged you.
create conf.js and paste values
export const ACCESS_TOKEN = ""; // your access token you can get it from element settings
export const SERVER_URL = ""; // your matrix server url without trailing slash i.e. https://matrix-client.matrix.org
export const ROOM_ID = ""; // make a private room and put its id here
export const INTERVAL = 30; // how often to check for new notifications
run
deno run --allow-net --allow-read=last_ts --allow-write=last_ts wfp.js
* AFAIK only Cinny has a notification center, but it has no mobile app.
Languages
JavaScript
100%