@nwstornado.bsky.social
Readme
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*
BSKY TORNADO BOT
----------------
This val moved to @me.tornado_bot because it's
a lot easier to run *one* scheduled val and
distribute a single piece of data over multiple
vals than it is to run *multiple* vals over the
same data.
You can still check it out at
https://bsky.app/profile/nwstornado.bsky.social!
*/
export const bsky_tornado_bot = me.tornado_bot;
👆 This is a val. Vals are TypeScript snippets of code, written in the browser and run on our servers. Create scheduled functions, email yourself, and persist small pieces of data — all from the browser.