Back from PTO! Ran a Walmart script while away, so backing it all up.
This commit is contained in:
@ -9,6 +9,8 @@ from datetime import date
|
|||||||
# 2aed7eac-321f-4ba2-9ee8-7f8c90006459
|
# 2aed7eac-321f-4ba2-9ee8-7f8c90006459
|
||||||
BASEURL = "https://walmart.northpass.com/app/courses/"
|
BASEURL = "https://walmart.northpass.com/app/courses/"
|
||||||
USERID = "?uid=7beg87y4-fh24-4929-3rt5-24kdn87s5241"
|
USERID = "?uid=7beg87y4-fh24-4929-3rt5-24kdn87s5241"
|
||||||
|
#https://walmart.northpass.com/courses/58e60eb8-7353-4121-a869-5d97047262e3?uid=7beg87y4-fh24-4929-3rt5-24kdn87s5241
|
||||||
|
# https://walmart.northpass.com/app/courses/58e60eb8-7353-4121-a869-5d97047262e3?uid=7beg87y4-fh24-4929-3rt5-24kdn87s5241
|
||||||
COURSEID = sys.argv[1]
|
COURSEID = sys.argv[1]
|
||||||
DIR = "./"
|
DIR = "./"
|
||||||
|
|
||||||
|
|||||||
@ -1,22 +1,11 @@
|
|||||||
black==25.12.0
|
|
||||||
certifi==2025.11.12
|
|
||||||
charset-normalizer==3.4.4
|
|
||||||
click==8.3.1
|
|
||||||
greenlet==3.3.0
|
greenlet==3.3.0
|
||||||
idna==3.11
|
numpy==2.2.6
|
||||||
msgpack==1.1.2
|
|
||||||
mypy-extensions==1.1.0
|
|
||||||
neovim==0.3.1
|
|
||||||
numpy==2.3.5
|
|
||||||
packaging==25.0
|
|
||||||
pandas==2.3.3
|
pandas==2.3.3
|
||||||
pathspec==0.12.1
|
pillow==12.0.0
|
||||||
platformdirs==4.5.1
|
playwright==1.57.0
|
||||||
pynvim==0.6.0
|
pyee==13.0.0
|
||||||
python-dateutil==2.9.0.post0
|
python-dateutil==2.9.0.post0
|
||||||
pytokens==0.3.0
|
|
||||||
pytz==2025.2
|
pytz==2025.2
|
||||||
requests==2.32.5
|
|
||||||
six==1.17.0
|
six==1.17.0
|
||||||
|
typing-extensions==4.15.0
|
||||||
tzdata==2025.2
|
tzdata==2025.2
|
||||||
urllib3==2.6.1
|
|
||||||
|
|||||||
Reference in New Issue
Block a user