Avatar

charmaine

Joined July 15, 2024
Likes
64
snowypowers avatar
snowypowers
LifeLogFitbitAuthorize
HTTP
* Visit this url to get authorized for lifelog to collect data.
1
wolf avatar
wolf
genericStripeAction
Script
Stripe Webhook Handler To set up stripe webhook handlers for your own project, Fork this script val and the corresponding HTTP val Create a new webhook in Stripe Add your val's HTTP endpoint URL into the Stripe webhook Add your TEST_STRIPE_SECRET to your Val Town Env Variables Add your webhook's signing secret as STRIPE_WEBHOOK_SECRET to you Val Town Env Variables Then, just fill in the handlers to handle stripe events!
1
snowypowers avatar
snowypowers
telegramSetMessageReaction
Script
An interactive, runnable TypeScript val by snowypowers
1
gueejla avatar
gueejla
arithmeticseries
HTTP
Visualize any arithmetic series
1
gueejla avatar
gueejla
sillyCSS
Script
Trying out importing CSS into vals from a single definition.
1
stevekrouse avatar
stevekrouse
cerebras_coder
HTTP
This is an AI code assistant powered by Cerebras , running llama3.3-70b. Inspired by Hassan's Llama Coder . Setup Sign up for Cerebras Get a Cerebras API Key Save it in a Val Town environment variable called CEREBRAS_API_KEY
44
jaredsilver avatar
jaredsilver
startup_clicker
HTTP
@jsxImportSource https://esm.sh/react
2
jaredsilver avatar
jaredsilver
leadership_styles_inventory
HTTP
@jsxImportSource https://esm.sh/react
1
charmaine avatar
charmaine
twitterRecentMentions
HTTP
// This val fetches recent tweets about @SnapAR or Lens Studio
3
mux avatar
mux
seiveDubbing
HTTP
Dub Mux Videos using Sieve This Val exposes an HTTP endpoint that takes a Mux Asset ID and a list of languages, creates dubbed versions of the audio tracks using Sieve , then adds those dubbed audio tracks back to the Mux asset as new audio tracks. Usage: Required environment variables: Sieve API token ( SIEVE_API_KEY ) Mux Access token details ( MUX_TOKEN_ID , MUX_TOKEN_SECRET ) This endpoint requires an existing Mux asset that's ready with an audio-only static rendition associated with it. You can run this val to create a new one for testing. Make a POST request to the Val's endpoint with the following body, replacing the values with your own asset ID and the list of languages you want to create. { "asset_id": "00OZ8VnQ01wDNQDdI8Qw3kf01FkGTtkMq2CW901ltq64Jyc", "languages": ["es", "fr", "nl"] } Limitations This is just a demo, so it's obviously not battle hardened. The biggest issue is that it does this whole process synchronously, so if the Sieve dubbing process takes longer than the Val's timeout, you're hosed.
3
rlesser avatar
rlesser
dependency_graph
HTTP
This is a deprecated URL for the Dependency Graph tool. Please go to https://www.val.town/v/rlesser/dependencygraph for the updated tool.
6
Next