nostr:npub1dergggklka99wwrs92yz8wdjs952h2ux2ha2ed598ngwu9w7a6fsh9xzpc ‚s GM Bot looks funny 👀
https://dergigi.com/2023/01/19/how-to-build-a-nostr-gm-bot/
Cant we use this with a simple script too?
#!/bin/bash
# Install Go
sudo snap install go --classic
# Set Go path
echo 'export GOPATH=$HOME/go' >> ~/.bashrc
echo 'export PATH=$PATH:/usr/local/go/bin:$GOPATH/bin' >> ~/.bashrc
source ~/.bashrc
# Install noscl
go install github.com/fiatjaf/noscl@latest
# Create necessary directories
mkdir -p ~/.config/nostr
# Set existing private key
private_key="your-private-key-here"
noscl setprivate $private_key
# Add relay
noscl relay add wss://nostr.mom