Last active
October 30, 2024 23:54
-
-
Save fu-sen/ad298e06a6ce51282f7e0b21dfa00de4 to your computer and use it in GitHub Desktop.
Nostr 時報 bot - npub1jlh0u43dasvsgnzlwrwujxf578h76d5j97nn55v46xs9z7hzg6hsmt5756 - https://nostter.app/jihou@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-jihou.json ~/.config/algia/ | |
| # (or MOVE config-jihou.json ~\AppData\Roaming\algia\) | |
| # ( config.json の詳細は https://gist.github.com/fu-sen/360d6d08ebffdb97e1472859ab242cf8 ) | |
| # crontab -e | |
| # 0 * * * * ~~~/nostr-jihou.sh (毎時 0 分) | |
| # 0,30 * * * * ~~~/nostr-jihou.sh (毎時 0 分・30 分) | |
| set -e | |
| NOW_DATE=`TZ='Asia/Tokyo' date +'%H:%M'` | |
| algia -a jihou n "- - - ${NOW_DATE} - - -" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment