who-fuck-ping/readme.md
2025-08-21 01:15:16 -07:00

15 lines
640 B
Markdown

matrix notification ux is fucking shit because none of the clients give you a way to 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
```js
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
```
run
```js
deno run --allow-net --allow-read=last_ts --allow-write=last_ts wfp.js
```