No.8263
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
 No.8264
            
         >>8263Marge what does this do
  No.8265
            
         Windows better
 No.8271
            
         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
 No.8272
            
         >>8263I can use this, tho checking every 60 seconds is too frequent, I'd change it to 300 or more
  No.8274
            
         >>8271I wasnt aware i could fetch a json catalog
  No.8275
            
         >>8274I just checked, you can but not for the overboard
  No.8276
            
         >>8264Checks for new posts, probably shouldn't check every minute, not that many posts kek.