forked from xiangmingzhe0928/hpv4g
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7f22661
commit ceaf4e0
Showing
3 changed files
with
17 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,13 @@ | ||
# hpv4g | ||
|
||
- use | ||
``` | ||
hpv4g.py tkstring cookiestring | ||
# 使用-h参看可选参数 | ||
``` | ||
- 执行秒杀 使用-h参看可选参数 | ||
``` | ||
# tkstring cookiestring 为抓包得到的tk cookie | ||
hpv4g.py tkstring cookiestring | ||
``` | ||
- 扫描所有城市疫苗列表(没啥实际X用) 生成本地cache/vaccines.json文件 | ||
``` | ||
# tkstring cookiestring 为抓包得到的tk cookie | ||
scan_vaccine.py tkstring cookiestring | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,6 +7,7 @@ | |
""" | ||
扫描所有城市 | ||
缓存所有有疫苗的城市数据 | ||
没啥实际X用 | ||
""" | ||
|
||
# 区域编码 | ||
|