diff --git a/hash.sh b/hash.sh index 101023c..1501ba2 100644 --- a/hash.sh +++ b/hash.sh @@ -1,10 +1,8 @@ #!/bin/bash ############################# STATS_MESSAGE="Top Hash Tags on the Fediverse right now:" -SLEEP_TIME="21600" BOT_ACCOUNT="hashbot@poster.place" ############################ -#cd /root/docker/blockbot getTags() { DATA=$(curl https://fedi.buzz/ | grep -i tags | cut -d '/' -f5 | sed 's/">//' | sort -u | sed 's/^/#/')