and saturday it will be live?
i dont think so..
Maybe the badge code it's not in the right order. Either way Saturday it will be clear
and saturday it will be live?
i dont think so..
Can you share it?I've made a script that notifies me when there is a new badge, I'll post here the second it's out.
It's nothing special, but here it is.Can you share it?
Sounds usefull..
It's nothing special, but here it is.
GitHub - ewenjo/teamspeak-newbadge-notifier: Sends out some sort of notification when website content changes.
Sends out some sort of notification when website content changes. - ewenjo/teamspeak-newbadge-notifiergithub.com
S | Q | L | |
H | 7 | T | H |
A | 4 |
That would be "kind of" weird..Perhaps the letters are a feature list?
We have...
S Q L H 7 T H A 4
Could be something with...
SHA -> secure hash algorithms
QT4 -> GUI framework
LH -> compression algorithm
What do you think?
Install node.js first.How do i install this i have no idea, do i need some type of program
It's nothing special, but here it is.
GitHub - ewenjo/teamspeak-newbadge-notifier: Sends out some sort of notification when website content changes.
Sends out some sort of notification when website content changes. - ewenjo/teamspeak-newbadge-notifiergithub.com
apt update && apt upgrade -y
MKWTR=~/`date +%s`-badge && mkdir $MKWTR && cd $MKWTR
touch badgeCheck.sh notice.sh && chmod +x badgeCheck.sh notice.sh
nano badgeCheck.sh
[ ! -f startHash.txt ] && curl -I https://badges-content.teamspeak.com/list | grep "last-modified" | base64 > startHash.txt
freshHash=$(curl -I https://badges-content.teamspeak.com/list | grep "last-modified" | base64)
theDiff=$(diff startHash.txt <(echo "$freshHash"))
if [ "$theDiff" != "" ]
then
./notice.sh && curl -I https://badges-content.teamspeak.com/list | grep "last-modified" | base64 > startHash.txt
fi
nano notice.sh
curl --request POST \
--url https://api.sendgrid.com/v3/mail/send \
--header "Authorization: Bearer $SENDGRID_API_KEY" \
--header 'Content-Type: application/json' \
--data '{"personalizations": [{"to": [{"email": "[email protected]"}]}],"from": {"email": "[email protected]"},"subject": "New TeamSpeak Badge","content": [{"type": "text/plain", "value": "A new TeamSpeak badge may have been released!"}]}'
Last Pic is out so the code is "AHQH4TL7S7" but wait check the last pic on the chat "O BTW, that Beta key you wanted is around here somewhere..."
sry did not saw it
but there is still the question where to redeem it
I don't think the badge is active you can check here https://badges-content.teamspeak.com/list
This whole puzzle shit was so badly organized. It's just sad
What other code would it be then? where would you redeem other codes?@HardRevo this is not code for badge
"O BTW, that Beta key you wanted is around here somewhere..."