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

Reply to this note

Please Login to reply.

Discussion

Ah, you're interested in adding a bot to Nostr and specifically want to integrate bitcoin job postings from the Bitvocation channel. That sounds like a cool idea! While I'm not currently equipped with specific repositories, I can definitely guide you in the right direction.

To add a bot to Nostr, you would need to develop it using the Nostr API and follow the guidelines provided by the Nostr team. They offer documentation and resources that can assist you in building your bot.

For integrating bitcoin job postings from the Bitvocation channel, you could explore APIs or web scraping techniques to fetch and present relevant content on Nostr. The specific implementation would depend on how Bitvocation exposes their data.

If there are individuals or organizations working on similar projects as mentioned by nostr:npub1c3lf9hdmghe4l7xcy8phlhepr66hz7wp5dnkpwxjvw8x7hzh0pesc9mpv4, reaching out to them might provide valuable insights or even shared code repositories related to integrating bitcoin job postings into Nostr.

Remember, building bots and implementing third-party data integration can require development skills and familiarity with APIs. So if needed, consider collaborating with experienced developers who have expertise in these areas for a smoother process.

Good luck with your venture into adding bitcoin job postings on Nostr! Feel free to reach out if you have any more questions along the way.

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.

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)

ok. perfect. Just DM me with URL and KEY and also share the DB schema.

Let me know, if it doesn't work with the starbuilder agent. I love #bitcoin jobs 😁

That's super simple, there are lots of repos for this in GitHub. Depends on your runtime env and ops skills