Skip to content

Commit

Permalink
mutiple accounts test
Browse files Browse the repository at this point in the history
  • Loading branch information
lpxks committed Jan 2, 2025
1 parent 3ab226b commit fe7d6f6
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,20 @@
# 从设置的环境变量中的Variables多个邮箱和密码 ,分割
emails = os.environ.get('EMAIL', '').split(',')
passwords = os.environ.get('PASSWD', '').split(',')

print("邮箱地址: \t",emails)
# server酱
SCKEY = os.environ.get('SCKEY')
# PUSHPLUS
Token = os.environ.get('TOKEN')



path = "https://ikuuu.one/"
#获取剩余流量的请求路径
user_url = path + 'user'
#获取剩余流量的请求路径
user_url = path + 'user'

def push(content):
if SCKEY != '1':
url = "https://sctapi.ftqq.com/{}.send?title={}&desp={}".format(SCKEY, 'ikuuu签到', content)
Expand Down

0 comments on commit fe7d6f6

Please sign in to comment.