Last active
November 14, 2024 08:45
-
-
Save fu-sen/8b93da1f64ce0413ea815962cf79a0b6 to your computer and use it in GitHub Desktop.
Nostr (・~・)mogmog bot - npub1mgmgmeh6jqzhhqlketsrncwtznexxxmr39pjc94v7qqhrl5pj26sss4jc7 - https://nostter.app/mogmog@balloon-jp.vercel.app
This file contains 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
#!/usr/bin/bash | |
# install algia ( https://github.com/mattn/algia ) | |
# mv config-mogmog.json ~/.config/algia/ | |
# (or MOVE config-mogmog.json ~\AppData\Roaming\algia\) | |
# ( config.json の詳細は https://gist.github.com/fu-sen/360d6d08ebffdb97e1472859ab242cf8 ) | |
# crontab -e | |
# 0 * * * * ~~~/nostr-mogmog.sh (毎時 0 分) | |
FOODS=( | |
"🍏" "🍎" "🍐" "🍊" "🍋" "🍌" "🍉" "🍇" "🍓" "🍈" | |
"🍒" "🍑" "🍍" "🥝" "🍅" "🍆" "🥦" "🥐" "🥖" "🥞" | |
"🧇" "🍗" "🍖" "🌭" "🍔" "🍟" "🍕" "🥪" "🌮" "🥗" | |
"🍝" "🍜" "🍲" "🍛" "🍣" "🍱" "🦪" "🍙" "🍚" "🍘" | |
"🍡" "🍨" "🍦" "🥧" "🧁" "🍰" "🎂" "🍮" "🍫" "🍿" | |
"🍩" "🍪" "🌰" "🥜" | |
) | |
algia -a mogmog n "${FOODS[$(($RANDOM % ${#FOODS[*]}))]}(・~・)mogmog" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment