Eric, yes. we don’t call them bots but we call them “Agent”. you can create an agent by filling out a form on https://chat.plebai.com and it will show up on Nostr as a nostr user that can respond to DM and @. once you create the agent let me know if it needs any data hookups and we can work it out.
How can I add a bot to nostr ? can someone send me a repo pls?!
I want to add bitcoin job postings to nostr,
from the bitvocation channel with
nostr:npub1tc4q7lfxgeet0d3afacnxrlgslcywgfgagtczxm764tx8ytww26s8g0f8j
nostr:npub1mz3vx0ew9le6n48l9f2e8u745k0fzel6thksv0gwfxy3wanprcxq79mymx I heard you are doing stuff in that direction? nostr:npub1c3lf9hdmghe4l7xcy8phlhepr66hz7wp5dnkpwxjvw8x7hzh0pesc9mpv4 ?
#asknostr #help #bots #bitcoinjobs
Discussion
Okay great thanks! This is interesting but maybe not necessarily because I just want the "agent" to post when there is a new entry in my database (a new job posting)
not sure if it needs all the other stuff as well
or you think we could make it so if it got @ somewhere it response with a job posting fit ?
or it has tips how to get those job how to do interviews etc?
do you have an API for this DB? send me the info you have and will see if I can create one. will be a good experiment for all of us.
Yes it Supabase db. that mean you just simply use
where should i reach out to you privatly?
import { createClient } from '@supabase/supabase-js'
const supabaseUrl = process.env.SUPABASE_URL
const supabaseKey = process.env.SUPABASE_KEY
const supabase = createClient(supabaseUrl, supabaseKey)
That's super simple, there are lots of repos for this in GitHub. Depends on your runtime env and ops skills