Skip to content

Instantly share code, notes, and snippets.

@fu-sen
Last active November 14, 2024 08:45
Show Gist options
  • Save fu-sen/8b93da1f64ce0413ea815962cf79a0b6 to your computer and use it in GitHub Desktop.
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
#!/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