-
Notifications
You must be signed in to change notification settings - Fork 147
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
无法运行demo.py #74
Comments
Pixiv被墙。在开启相应科技后,修改 _REQUESTS_KWARGS = {
# 'proxies': {
# 'https': 'http://127.0.0.1:1087',
# },
# 'verify': False, # PAPI use https, an easy way is disable requests SSL verify
} 中的proxies至对应的值。以及记得取消注释。 |
解决了,谢谢大佬。 |
你是指 #73 和example_api_proxy.py? |
我不是很明白你的意思。 |
嗯,我开始也理解错了。你说的是搭建一个类似 https://api.imjad.cn/pixiv_v2.md 的代理页面,这个类似 @Xdynix 介绍的要通过Flask之类的Web框架,通过服务器实现 #73 的修改不是让pixivpy直接工作于墙后。因为auth登录(获取 如果你想测试,可以参考Pixivlite登录验证这个接口,通过PixivLite.com的代理来获取。 不然还是免不了像 example_api_proxy.py 里的,先挂代理login一次 |
在win7上运行的,python3
The text was updated successfully, but these errors were encountered: