From c063ac7d2ea67bb5852cf8b73534d1560d858638 Mon Sep 17 00:00:00 2001 From: verita84 Date: Wed, 12 Jul 2023 12:53:32 -0600 Subject: [PATCH] Update 'hash.sh' --- hash.sh | 2 -- 1 file changed, 2 deletions(-) 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/^/#/')