Skip to content

Instantly share code, notes, and snippets.

@fu-sen
Last active October 30, 2024 23:54
Show Gist options
  • Select an option

  • Save fu-sen/ad298e06a6ce51282f7e0b21dfa00de4 to your computer and use it in GitHub Desktop.

Select an option

Save fu-sen/ad298e06a6ce51282f7e0b21dfa00de4 to your computer and use it in GitHub Desktop.
Nostr 時報 bot - npub1jlh0u43dasvsgnzlwrwujxf578h76d5j97nn55v46xs9z7hzg6hsmt5756 - https://nostter.app/jihou@balloon-jp.vercel.app
#!/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