his.js

Telegram bot for /his/ threads.
git clone git://git.knutsen.co/his.js
Log | Files | Refs | LICENSE

his.sh (120B)


#!/usr/bin/bash

touch posted.his
touch posted.lit
go build his.go

for (( ; ; )); do
	./his
	sleep 300  # 5 min.
done