Update 'hash.sh'

This commit is contained in:
verita84 2023-07-12 12:53:32 -06:00
parent edf7bd6ca0
commit c063ac7d2e

View File

@ -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/^/#/')