dxxzst / alexamaster-autovote

通过puppeteer,实现alexamaster自动刷Good Votes
https://www.youneed.win/alexamaster%E8%87%AA%E5%8A%A8%E5%88%B7good-votes.html
17 stars 12 forks source link

是否可以使用代理增加vote分数 #1

Closed wanglz111 closed 5 years ago

wanglz111 commented 5 years ago

电脑端如果每次切换ssr,则都可以获取一次大分video 我们是否可以使用一个中间件每次完成任务后自动切换代理 模式: run->if vote point<5 ->next proxy ->run 中间件 test proxy (if delay<*ms) ->proxy pool

*ms ->test next proxy

dxxzst commented 5 years ago

@wanglz111 直接调用系统运行着的ssr切换代理不太现实。 puppeteer也支持使用代理,但只支持普通的HTTP、HTTPS、Socks等形式的代理,不支持ssr形式。 建议你还是手动切换吧