forked from Liuxianlu/pikpak_werbio
-
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
12 additions
and
12 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,17 +1,17 @@ | ||
# pikpak_werbio | ||
pikpak会员自动邀请程序,python编写 | ||
|
||
# 原作者:B站纸鸢的花语 | ||
# 二改作者:非雨 https://github.com/liuxianlu | ||
# 1.增加3个api邮箱接口 | ||
# 2.增加卡密验证、可直接部署在网页运行 | ||
# bug: 运行两个小时后会出现add_days异常失败,部署在宝塔面板的可设置为定时重启项目即可解决! | ||
原作者:B站纸鸢的花语 | ||
二改作者:非雨 https://github.com/liuxianlu | ||
1.增加3个api邮箱接口 | ||
2.增加卡密验证、可直接部署在网页运行 | ||
bug: 运行两个小时后会出现add_days异常失败,部署在宝塔面板的可设置为定时重启项目即可解决! | ||
|
||
# 声明:纸鸢花的花语所提供的任何资源或素材代码,仅供学习交流 和技术分析,严禁用于任何商业牟利行为(包括但不限于引流用户加入社群,利用免费学习素材牟利贩卖,冒充原作者盗用引流增加用户数…) | ||
# 出现任何后果自行承担,与资源的分享者没有任何关系和责任,如出现违反规定侵权行为,原作者有权对违规者进行版权控诉处理。 | ||
声明:纸鸢花的花语所提供的任何资源或素材代码,仅供学习交流 和技术分析,严禁用于任何商业牟利行为(包括但不限于引流用户加入社群,利用免费学习素材牟利贩卖,冒充原作者盗用引流增加用户数…) | ||
出现任何后果自行承担,与资源的分享者没有任何关系和责任,如出现违反规定侵权行为,原作者有权对违规者进行版权控诉处理。 | ||
|
||
# 如何运行: | ||
# 下载werbio.py文件到本地用python运行 | ||
# 运行后提示什么错误就安装什么库 例如: pip install requests | ||
# 运行成功后复制网址到浏览器打开,即可运行在网页执行邀请程序,可搭建部署在服务器运行 | ||
# 接口卡密1,2,3 替换为实际购买的邮箱卡密 邮箱购买地址 https://shanyouxiang.com/ https://zhanghaoya.com/ https://atufn.com/ | ||
如何运行: | ||
下载werbio.py文件到本地用python运行 | ||
运行后提示什么错误就安装什么库 例如: pip install requests | ||
运行成功后复制网址到浏览器打开,即可运行在网页执行邀请程序,可搭建部署在服务器运行 | ||
接口卡密1,2,3 替换为实际购买的邮箱卡密 邮箱购买地址 https://shanyouxiang.com/ https://zhanghaoya.com/ https://atufn.com/ |