Ongezellig
IAZ and soft NAZ
ZWABAG
[Return] [Thread list] [Index] [Catalog] [Bottom] | Replies: 9 | Views: 2 | Currently viewing: 1
File:
1784498878192.png
(1.66 MB, 3072x1632, (2022-08) MayaTelefoon.png)
Made a script for linuxGODS
#!/bin/bash
soyzellig=$(curl -s https://soyzellig.party/o/)
while true; do
newreq=$(curl -s https://soyzellig.party/o/)
if [ "$newreq" "$soyzellig" ]; then
echo "No new nuts nigga!"
else
echo "New nuts nigga!=="
soyzellig=$newreq
fi
sleep 60
done
nice
i havent tried it but are you sure it doesnt give false positives when the hours "change"?
if that's the case you could try fetching the JSON catalog instead
i havent tried it but are you sure it doesnt give false positives when the hours "change"?
if that's the case you could try fetching the JSON catalog instead
>>8263
I can use this, tho checking every 60 seconds is too frequent, I'd change it to 300 or more
I can use this, tho checking every 60 seconds is too frequent, I'd change it to 300 or more
>>8264
Checks for new posts, probably shouldn't check every minute, not that many posts kek.
Checks for new posts, probably shouldn't check every minute, not that many posts kek.
Post actions
[Return] [Thread list] [Index] [Catalog] [Top] | Replies: 9 | Views: 2 | Currently viewing: 1