Last active
October 30, 2024 23:52
-
-
Save fu-sen/5f86953f52aa8977a84258b651f2996b to your computer and use it in GitHub Desktop.
Nostr 503 bot - npub1503k6jatw82tde7kfu3tpkzjzu9mjkdy9wtdc9nafpe7z7ejg8dqla6xt4 - https://nostter.app/503@balloon-jp.vercel.app
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/sh | |
| # install algia ( https://github.com/mattn/algia ) | |
| # mv config-503.json ~/.config/algia/ | |
| # (or MOVE config-503.json ~\AppData\Roaming\algia\) | |
| # ( config.json の詳細は https://gist.github.com/fu-sen/360d6d08ebffdb97e1472859ab242cf8 ) | |
| # crontab -e | |
| # 53 * * * * ~~~/nostr-503.sh (毎時 53 分) | |
| # 3 5 * * * ~~~/nostr-503.sh (毎日 午前 5 時 3 分) | |
| # 3 17 * * * ~~~/nostr-503.sh (毎日 午後 5 時 3 分) | |
| set -e | |
| algia -a 503 n \ | |
| "🎵ごーまぁりさーん ごーまぁりさーん エドウィン" \ | |
| " ごーまぁりさーん エドウィン ごーまぁりさーん エドウィン" \ | |
| "↑ごーまぁりさーん エドウィン" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment