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"