I've already found another method for monitoring received stickers. If you follow EVERY user on the forum, you will get a list of all reaction activity in your news feed, then you just parse out entries where a user stickers one of your posts.
I know what 503 means, thats why I added a longer polling time. Two requests to the reaction page every minute wasn't hurting the site. I would do more than that manually sometimes with my sticker autism.
How about you just DONT fuck with Josh's fucking site? Please? Pretty please? Keep your script kiddy shit in your pants man, it's why we don't have nice things.
It would find the final sticker page and do math to calculate the total amount of reactions. It only took 1 (one) request to get the total reaction count and 1 (one) request to get the recent reactions.
I've already found another method for monitoring received stickers. If you follow EVERY user on the forum, you will get a list of all reaction activity in your news feed, then you just parse out entries where a user stickers one of your posts.
Stop making it worse. Do you realize everything you say makes it worse?
"Hey everybody, follow 130,000 other forum members, that won't put an unnecessary strain on the site and surely Josh won't disable the ability to follow users as a result!"
It would find the final sticker page and do math to calculate the total amount of reactions. It only took 1 (one) request to get the total reaction count and 1 (one) request to get the recent reactions.
If you've used the script once couldn't the original count have been saved after the first run and then every initial run would only need to request once to get any recent stickers?
How about you just DONT fuck with Josh's fucking site? Please? Pretty please? Keep your script kiddy shit in your pants man, it's why we don't have nice things.
Indeed. There are enough retards trying to fuck with the site from without that we don't need any trying to fuck it from within. THIS IS WHY WE CAN'T HAVE NICE THINGS.
I've already found another method for monitoring received stickers. If you follow EVERY user on the forum, you will get a list of all reaction activity in your news feed, then you just parse out entries where a user stickers one of your posts.
I've already found another method for monitoring received stickers. If you follow EVERY user on the forum, you will get a list of all reaction activity in your news feed, then you just parse out entries where a user stickers one of your posts.
How about you just DONT fuck with Josh's fucking site? Please? Pretty please? Keep your script kiddy shit in your pants man, it's why we don't have nice things.
If you've used the script once couldn't the original count have been saved after the first run and then every initial run would only need to request once to get any recent stickers?
It could but with it polling only once per minute there wouldnt be much difference on the server load. If this never happened and I spent more time updating it I probably would've made it do something like that though