You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With bisq.markets not being working anymore, and websites still needing a central server to be operated, I decided to develop (okay, I already did) a bot that publishes offers from Bisq1 to Nostr. The idea stemmed from my last search for "Bisq" with my swv profile (as part of a "Nostr outreach role" that I have not proposed yet), where I noticed someone lamenting the absence of a bot for Bisq offers, and a few replies by other people basically saying the same thing.
Before I divulge the bot's npub (not incredibly hard to find it anyway) I would like to assess if this project is interesting for the DAO, otherwise I will keep maintaining it at the current basic level on a simple best-effort basis.
The bot, as of now, simply forwards to Nostr all offers fetched from the API, with the addition of the premium/discount percentage over the spot price.
One possible improvement for the future, if DAO approval is granted, and the bot becomes official, thus gathering a sizeable amount of followers, could be the addition of a per-follower notification basis: anyone could tag the bot with a request, for example:
@BisqBot subscribe SELL USD
and the bot will add all the subscribers' tags at the end of each note, when a relevant offer is published.
I still need to explore the feasibility of the above, but it should be possible by switching to a more advanced local client.
The text was updated successfully, but these errors were encountered:
With bisq.markets not being working anymore, and websites still needing a central server to be operated, I decided to develop (okay, I already did) a bot that publishes offers from Bisq1 to Nostr. The idea stemmed from my last search for "Bisq" with my swv profile (as part of a "Nostr outreach role" that I have not proposed yet), where I noticed someone lamenting the absence of a bot for Bisq offers, and a few replies by other people basically saying the same thing.
Before I divulge the bot's npub (not incredibly hard to find it anyway) I would like to assess if this project is interesting for the DAO, otherwise I will keep maintaining it at the current basic level on a simple best-effort basis.
The bot, as of now, simply forwards to Nostr all offers fetched from the API, with the addition of the premium/discount percentage over the spot price.
One possible improvement for the future, if DAO approval is granted, and the bot becomes official, thus gathering a sizeable amount of followers, could be the addition of a per-follower notification basis: anyone could tag the bot with a request, for example:
and the bot will add all the subscribers' tags at the end of each note, when a relevant offer is published.
I still need to explore the feasibility of the above, but it should be possible by switching to a more advanced local client.
The text was updated successfully, but these errors were encountered: