From bdca58a85b01c8b0295a5259fdbc5b6119a32b98 Mon Sep 17 00:00:00 2001 From: agnes Date: Mon, 15 Jun 2026 00:28:00 +0000 Subject: [PATCH] Update scraper.py accidentally doxxa my webhook url so i changed it --- scraper.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scraper.py b/scraper.py index 9d63128..f7dec7c 100644 --- a/scraper.py +++ b/scraper.py @@ -14,7 +14,7 @@ comments = r.html.find('.comment-content') #for comment in comments: # print(comment.text) -webhook_url = "https://discordapp.com/api/webhooks/1515658607457206492/I3e0Fyh2FzW2rmW7SCfFNmy8pt1er1rLuaVpeDriELAFbDirJC-7HIP4AG4DfUVeVAiu" +webhook_url = "url" comment_link = r.html.find(".link.commentpermalink a") STATE_FILE = "last_run.json"