当前支持oathtool
获取Google Authenticator验证码,获取token完成自动提现.使用telegram bot发送消息通知.
- 仅支持Linux系统运行
- 需使用Python3.8以上版本
- 需要手动完善请求头中的cookie
- Google Authenticator自动获取依赖
oathtool
工具以及绑定Google Authenticator
时的备份key
获取提现工具
git clone https://github.com/ripmars/chia-toolbox
获取cookie请自行查询获取.
修改脚本补充cookie内容
安装oathtool
sudo apt install oathtool gnupg2
参考链接: Use oathtool Linux command line for 2 step verification (2FA)
安装完成之后创建脚本totp.sh
,文件内容为:
oathtool -b --totp '绑定Google Authenticator时的备份key'
telegram bot申请以及获取id请参见:教程|Telegram Bot 搭建
创建定时任务每天执行
建议下午三点以后,五点以前