Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

qweqwe #7

Open
wants to merge 52 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
52 commits
Select commit Hold shift + click to select a range
81c4fa5
添加gitignore
huanghyw Dec 11, 2020
f77929b
再一次调整启动时输出的logo
huanghyw Dec 11, 2020
0c59d00
在抢购流程中减少用户信息及商品信息重复获取的次数
huanghyw Dec 12, 2020
e051a80
修改错误的单词拼写
huanghyw Dec 13, 2020
e253f51
抢购成功后程序结束
huanghyw Dec 13, 2020
5af526c
去掉 sku_id 行后面的注释,注释放入单独的注释行
0xffan Dec 13, 2020
a6819b6
Merge pull request #3 from 0xffan/patch-1
huanghyw Dec 14, 2020
b0946a4
Create LICENSE
huanghyw Dec 14, 2020
c29721c
修改readme
huanghyw Dec 17, 2020
a69fde5
修改readme
huanghyw Dec 17, 2020
72acb19
修改readme,写一下我的猜测
huanghyw Dec 17, 2020
b84e61c
修改readme,错别字
huanghyw Dec 17, 2020
fb99d60
添加收款二维码
huanghyw Dec 17, 2020
bf982d3
修改readme,添加打赏方式
huanghyw Dec 17, 2020
e9ee1fb
调整收款码
huanghyw Dec 17, 2020
121cd42
压缩收款码文件大小
huanghyw Dec 17, 2020
fbccc95
添加二维码登录方式
huanghyw Dec 21, 2020
cecb717
初始化Cookie时判断cookies目录是否存在
huanghyw Dec 21, 2020
35dacbb
调整uril.py格式
huanghyw Dec 22, 2020
d6912d9
添加SpiderSession类,负责Session相关操作
huanghyw Dec 22, 2020
5c3a186
整合SpiderSession到JdSeckill
huanghyw Dec 22, 2020
fc6009b
添加QrLogin类并整合到JdSeckill
huanghyw Dec 22, 2020
02b804e
wait_some_time移动到util.py
huanghyw Dec 22, 2020
47989be
调整util.py的import样式
huanghyw Dec 22, 2020
1835c6a
统一private方法前缀
huanghyw Dec 22, 2020
c004e85
补充部分注释
huanghyw Dec 22, 2020
1cc1301
调整二维码缓存文件名
huanghyw Dec 22, 2020
cd19c66
扫码登录不再需要Cookie配置,更新readme文件
huanghyw Dec 22, 2020
7670886
扫码登录不再需要Cookie配置,更新config文件
huanghyw Dec 22, 2020
359fe4f
去除util中不再需要的get_session方法
huanghyw Dec 22, 2020
7a49008
Merge pull request #38 from huanghyw/feature-hyw-qrcode_login
huanghyw Dec 22, 2020
1e6d2fd
Update README.md
huanghyw Dec 22, 2020
6b3aad7
处理偶尔抢购失败不返回Json而是返回一个url的问题
huanghyw Dec 22, 2020
46f3141
Merge branch 'master' of github.com:huanghyw/jd_seckill
huanghyw Dec 22, 2020
9d82f58
Merge pull request #39 from huanghyw/fix_parser_kofail_url
huanghyw Dec 22, 2020
a790217
更新readme,配置文件不需要修改useragent
huanghyw Dec 23, 2020
6983f4c
Merge branch 'master' of github.com:huanghyw/jd_seckill
huanghyw Dec 23, 2020
03e5a91
处理无法获取订单所需信息时的异常
huanghyw Dec 23, 2020
b5505bc
SKException中不进行日志打印
huanghyw Dec 23, 2020
0bdd686
修改readme,不支持非茅台商品抢购
huanghyw Dec 23, 2020
06294f3
添加支付密码配置
huanghyw Dec 23, 2020
e27934d
同步京东服务器时间
huanghyw Dec 23, 2020
aad82a3
变量名错误
huanghyw Dec 23, 2020
40f9ae6
更新readme,去除必须同步网络时间强制条件
huanghyw Dec 23, 2020
24520eb
补充 抢购结果确认 说明 (#129)
jingjxd Dec 28, 2020
3971b56
获取用户名生成callback参数缺少占位符 (#132)
huanghyw Dec 28, 2020
26c4969
预约成功后无限循环问题 (#142)
vcvvvc Dec 29, 2020
1c00fb2
补充清华源加速安装第三方库;补充抢购时间说明;补充修改抢购瓶数 (#183)
DLwyp Dec 29, 2020
6d21eac
Remove repayment qrcode (#197)
huanghyw Dec 29, 2020
db224cb
支持邮箱推送二维码 (#218)
Joenothing-lst Dec 30, 2020
127e90b
完善文档 (#244)
MoshiCoCo Dec 30, 2020
73b5719
Fix email init error (#251)
huanghyw Dec 30, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
124 changes: 124 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,124 @@
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# C extensions
*.so

# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# PyInstaller
# Usually these files are written by a python script from a template
# before PyInstaller builds the exe, so as to inject date/other infos into it.
*.manifest
*.spec

# Installer logs
pip-log.txt
pip-delete-this-directory.txt

# Unit test / coverage reports
htmlcov/
.tox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
.hypothesis/
.pytest_cache/

# Translations
*.mo
*.pot

# Django stuff:
*.log
local_settings.py
db.sqlite3

# Flask stuff:
instance/
.webassets-cache

# Scrapy stuff:
.scrapy

# Sphinx documentation
docs/_build/

# PyBuilder
target/

# Jupyter Notebook
.ipynb_checkpoints

# pyenv
.python-version

# celery beat schedule file
celerybeat-schedule

# SageMath parsed files
*.sage.py

# Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/

# Spyder project settings
.spyderproject
.spyproject

# Rope project settings
.ropeproject

# mkdocs documentation
/site

# mypy
.mypy_cache/

# pycharm
.idea/

# vs code
.vscode/

# project
*.log
.logs
logs/
.test
test/
cookies/
*.cookies
qr_code.png

# jupyter
.ipynb_checkpoints
/test/
Loading