可扩展的Cookies池,用无头浏览器登录并生成cookie供给爬虫使用
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
Germey 91cbbbfc9f update readme 7 years ago
cookiespool update readme 7 years ago
tests version 1.0 7 years ago
.gitignore version 1.0 7 years ago
README.md update readme 7 years ago
importer.py update readme 7 years ago
requirements.txt update readme 7 years ago
run.py version 1.0 7 years ago

README.md

CookiesPool / Cookies池

安装

pip3 install -r requirements.txt

基础配置

修改cookiespool/config.py

数据库配置

account:weibo:账号

cookies:weibo:账号

类型都是list,内容分别为密码和Cookies

账号自行某宝购买

Redis连接信息到cookiespool/config文件修改

云打码平台配置

到yundama.com注册开发者和普通用户。

开发者申请应用ID和KEY,普通用户用于充值登录。

配置信息到cookiespool/config文件修改

进程开关

配置信息到cookiespool/config文件修改

运行

python3 run.py

批量导入

python3 importer.py