Public
ireneg avatar
ireneg
bookReservationOnResy
Script
Forked from alp/bookReservationOnResy
0
yawnxyz avatar
yawnxyz
oliveButterfly
Script
Forked from stevekrouse/openaiUploadFile
0
devonzuegel avatar
devonzuegel
isMyWebsiteDown
Cron
Forked from healeycodes/isMyWebsiteDown
1
vladimyr avatar
vladimyr
fetch_example
Script
An interactive, runnable TypeScript val by vladimyr
0
stevekrouse avatar
stevekrouse
weatherGPT
Cron
4
jamiedubs avatar
jamiedubs
hnTopStories
HTTP
// forked from @healeycodes.hnTopStories
0
dglazkov avatar
dglazkov
discordBot
Script
A simple Discord Bot scaffolding, a slight rev on the one in the valtown guide . The discordBot function takes in an object where each key is a Discord command and the value is a function to handle the command. If the function returns a Promise , it will be handled as a deferred interaction with a followup message . Usage: import { discordBot } from "https://esm.town/v/dglazkov/discordBot"; const echo = async (data) => { await new Promise((r) => setTimeout(r, 5000)); return { type: 4, data: { content: data.data.options[0].value, }, }; }; export default discordBot({ ping: () => ({ type: 4, data: { content: `Pong! It is ${new Date()}`, }, }) echo, });
2
jamiedubs avatar
jamiedubs
nftMetadata
HTTP
use by copying web API endpoint and appending "?contractAddress=...&tokenId..." - here's an example: https://jamiedubs-nftmetadata.web.val.run/?contractAddress=0x3769c5700Da07Fe5b8eee86be97e061F961Ae340&tokenId=666 uses Alchemy for indexed NFT data, via my other jamiedubs/alchemyClient val plus it's using my personal API key. don't abuse this or I'll disable it! yeesh
1
mjweaver01 avatar
mjweaver01
PriestGPTClient
HTTP
PriestGPT Client Client for https://www.val.town/v/mjweaver01/PriestGPT Ask him about books or verses in the bible, and he will be sure to give you a short homily about it!
0
benvinegar avatar
benvinegar
counterscaleWeeklyReport
Cron
// borrowed from: https://github.com/benvinegar/counterscale/blob/main/app/analytics/query.ts#L24
1
nbbaier avatar
nbbaier
gutendex
HTTP
An interactive, runnable TypeScript val by nbbaier
0
mikker avatar
mikker
dailySlackRoundup
Script
Sends a daily message to the team Slack channel. Similar to 37signals ' What did you work on today?
0
vtdocs avatar
vtdocs
resyGetSlotBookingToken
Script
(Part of: https://www.val.town/v/vtdocs.resyBot) Given a valid slot, this val generates the booking token that's required to place a reservation.
0
nbbaier avatar
nbbaier
mockToApi
HTTP
Forked from nbbaier/dbToAPIexample
0
stevekrouse avatar
stevekrouse
currency
Script
An interactive, runnable TypeScript val by stevekrouse
3
weaverwhale avatar
weaverwhale
isMyWebsiteDown
Script
Forked from dvsj/isMyWebsiteDown
0
Updated: April 3, 2024