forked from gxcuizy/Python
-
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
Showing
1 changed file
with
19 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,19 @@ | ||
### 文件结构 | ||
|
||
``` | ||
├── 89ip.py # 获取89代理的IP刷赞 | ||
├── 3366.py # 获取3366代理的IP刷赞 | ||
├── jiangxianli.py # 获取JiangXianLi代理的IP刷赞 | ||
├── xiaohuan.py # 获取小幻代理的国际IP刷赞 | ||
├── xiaohuan_china.py # 获取小幻代理的国内IP刷赞 | ||
├── xiaoshu.py # 获取晓舒代理的IP刷赞 | ||
├── refresh_times.py # 刷新活动页面的访问次数 | ||
``` | ||
|
||
### 刷赞方式 | ||
|
||
这种方式只要是刷无需登录且校验IP地址的活动,也就是,不同的IP地址的人就可以继续点赞,所以就需要寻找代理IP,然后抓取到点赞接口,利用代理IP去请求点赞接口即可达到刷赞的目的,具体的活动的接口接口的相关地址以及请求参数,可以利用`fildder`工具去抓取,然后模拟请求即可。 | ||
|
||
### 交流学习 | ||
|
||
如有写的不对或者错误的地方,希望大家指正,相互交流,谢谢。 |