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 10
10
import socketpool
11
11
import adafruit_requests
12
12
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.
14
15
# Learn how: https://github.com/lorenz234/Discord-Data-Scraping
15
16
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
18
18
# "Discord_Authorization": "Discord Authorization from browser console"
19
19
20
20
# Initialize WiFi Pool (There can be only 1 pool & top of script)
46
46
discord_header = {"Authorization" : "" + secrets ["Discord_Authorization" ]}
47
47
ADA_SOURCE = (
48
48
"https://discord.com/api/v10/guilds/"
49
- + secrets [ "Discord_Adafruit_Channel" ]
49
+ + "327254708534116352" # Adafruit Discord ID
50
50
+ "/preview"
51
51
)
52
52
You can’t perform that action at this time.
0 commit comments