Update scraper.py

accidentally doxxa my webhook url so i changed it
This commit is contained in:
agnes 2026-06-15 00:28:00 +00:00
parent 076213e63e
commit bdca58a85b

View file

@ -14,7 +14,7 @@ comments = r.html.find('.comment-content')
#for comment in comments: #for comment in comments:
# print(comment.text) # print(comment.text)
webhook_url = "https://discordapp.com/api/webhooks/1515658607457206492/I3e0Fyh2FzW2rmW7SCfFNmy8pt1er1rLuaVpeDriELAFbDirJC-7HIP4AG4DfUVeVAiu" webhook_url = "url"
comment_link = r.html.find(".link.commentpermalink a") comment_link = r.html.find(".link.commentpermalink a")
STATE_FILE = "last_run.json" STATE_FILE = "last_run.json"