File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1010import socketpool
1111import adafruit_requests
1212
13- # Web scrape authorization key required
13+ # Active Logged in User Account Required, no tokens required
14+ # WEB SCRAPE authorization key required. Visit URL below.
1415# Learn how: https://github.com/lorenz234/Discord-Data-Scraping
1516
16- # Ensure these are uncommented and in secrets.py or .env
17- # "Discord_Adafruit_Channel": "327254708534116352", # Adafruit Channel ID
17+ # Ensure this is in secrets.py or .env
1818# "Discord_Authorization": "Discord Authorization from browser console"
1919
2020# Initialize WiFi Pool (There can be only 1 pool & top of script)
4646discord_header = {"Authorization" : "" + secrets ["Discord_Authorization" ]}
4747ADA_SOURCE = (
4848 "https://discord.com/api/v10/guilds/"
49- + secrets [ "Discord_Adafruit_Channel" ]
49+ + "327254708534116352" # Adafruit Discord ID
5050 + "/preview"
5151)
5252
You can’t perform that action at this time.
0 commit comments