Last active
November 17, 2024 04:42
-
-
Save fu-sen/3c012a465e7b819658b0f985294ff3ae to your computer and use it in GitHub Desktop.
Nostr 🌞太陽のチカラコブ。bot🦾 - npub13333asxy62mpd5gcmxasfr8f49zscp03nkdk8dj6ek2pdrawdqnq4k87hx - https://nostter.app/3333@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-3333.json ~/.config/algia/ | |
| # (or MOVE config-3333.json ~\AppData\Roaming\algia\) | |
| # ( config.json の詳細は https://gist.github.com/fu-sen/360d6d08ebffdb97e1472859ab242cf8 ) | |
| # crontab -e | |
| # 33 * * * * ~~~/nostr-3333.sh (毎時 33 分) | |
| set -e | |
| sleep 32 | |
| HOUR=`date +'%H'` | |
| if [ $HOUR -eq 3 ] || [ $HOUR -eq 13 ] || [ $HOUR -eq 15 ] || [ $HOUR -eq 23 ] | |
| then | |
| algia -a 3333 n \ | |
| "🎵サンサンサンサン アサヒサ~ン🌞" \ | |
| " みんなよろこぶ チカラコブ" \ | |
| " おひさまよろこぶ チカラコブ" \ | |
| " ソーラー ソーラー ソーラーパワーだ。" \ | |
| " ア・サ・ヒ・サ・ン!🌞 ハッ!" \ | |
| " おひさままぶしい あったか~い" \ | |
| " こんないいもの あったか~い!?" \ | |
| " やねもよろこぶ チカラコブ" \ | |
| " みんなよろこぶ チカラコブ" \ | |
| " ソーラー ソーラー ソーラーパワーだ。" \ | |
| " チ・カ・ラ・コ・ブ!🦾" | |
| else | |
| algia -a 3333 n \ | |
| "🎵サンサンサンサン アサヒサ~ン🌞" \ | |
| " みんなよろこぶ チカラコブ" \ | |
| " おひさまよろこぶ チカラコブ" \ | |
| " チ・カ・ラ・コ・ブ!🦾" | |
| fi |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment