danny avatar
danny
nasaAPOD
Script
Forked from iBrokeit/nasaAPOD
0
vtdocs avatar
vtdocs
gitHubStars
Script
An interactive, runnable TypeScript val by vtdocs
0
tfiers avatar
tfiers
subredditExample
Script
// Reddit recent posts from /r/aww (cute animals)
0
trickster avatar
trickster
fetchCongressTradeReports
Script
Forked from claytn/fetchCongressTradeReports
0
todimech avatar
todimech
dailyDadJoke
Cron
Forked from stevekrouse/dailyDadJoke
0
vladimyr avatar
vladimyr
fetchJSON_example
Script
An interactive, runnable TypeScript val by vladimyr
0
mattx avatar
mattx
gsheet_call
Script
gsheet_call Wrapper around Google Sheets API v4. Parameters service_account: JSON string containing Google Service Account key sheet_id: Google Sheet ID method: HTTP method to use action: Full URL with https://sheets.googleapis.com/v4/spreadsheets/{spreadsheetId}/ removed data: HTTP request body Requirements a Google Cloud service account the Google Sheets API v4 enabled in your Google Cloud project the spreadsheet ID (provide it in the sheet_id parameter) Instructions Share the spreadsheet with the service account Make a JSON key for the service account, then set it as a secret. Use the secret for the service_account parameter. Figure out the action you want to perform. You will need to provide everything that comes after {spreadsheetId}/ as the action parameter. For example: values/A1:C1:append?valueInputOption=RAW Figure out the request body. For example: {values: [["foo", "bar", "baz"]]}
5
paperee avatar
paperee
holidaysUS
Script
// Public holidays in the US in 2023
0
stevekrouse avatar
stevekrouse
postWebhookTest1
Script
An interactive, runnable TypeScript val by stevekrouse
0
rahulg avatar
rahulg
dailyDadJoke
Cron
Forked from stevekrouse/dailyDadJoke
0
neverstew avatar
neverstew
githubEvents
Script
An interactive, runnable TypeScript val by neverstew
0
mttlws avatar
mttlws
TodayForAnnalisa
Express (deprecated)
An interactive, runnable TypeScript val by mttlws
1
fab1an avatar
fab1an
browserlessScrapeExample
Script
Forked from vtdocs/browserlessScrapeExample
0
jessmartin avatar
jessmartin
browserlessScrapeExample
Script
An interactive, runnable TypeScript val by jessmartin
0
curtcox avatar
curtcox
reply_to_slack_message
HTTP
This val provides a way of readily having lots of different Slack bots that do different things and support different Slack workspaces without needing a bunch of Val Town accounts. If you only need a single bot on a single workspace, just go with the approach in the Val Town docs . This bot is essentially the one described in the Val Town docs , but without any of the details. Those are externalized by the SlackConfig and SlackFunction interfaces. It is just glue. In order to make it work, you will need the following additional glue: a public HTTP val to handle requests like this one a private val to supply any info missing from the public one like this one Actually, those could both be public or all in the same val, but the whole point of this scheme is to allow you to hide anything you want.
0
stevekrouse avatar
stevekrouse
openAqNowcastAQI
Script
An interactive, runnable TypeScript val by stevekrouse
1
Updated: July 2, 2024