Giter Site home page Giter Site logo

aliyun-auto-signin-replit's Introduction

Aliyun Auto Signin On Replit

GitHub release

项目用于replit自动实现阿里云盘的每日签到活动.

如果此项目能帮助到你, 欢迎给我一个 Star ⭐ 这是我持续维护的动力


0 成本 | 自动更新 | 支持推送 | 无需维护

使用说明

一键搭建脚本 (环境选择Python)

阿里云盘自动签到一键脚本

bash <(curl -s https://raw.githubusercontent.com/sxbai/aliyun-auto-signin-replit/master/install.sh)

首次搭建注意事项

  • 根目录下config.ini文件打开,添加你的阿里云盘32位Token,文件第一行refresh_tokens = YOUR_REFRESH_TOKEN,ANOTHER_REFRESH_TOKEN_IF_YOU_HAVE,意思就是多账号用英文的,隔开 ,最后效果就是这个样子refresh_tokens = 第一个token,第二个token,第三个token
  • push_types =签到结果推送,支持: dingtalk, serverchan, pushdeer, telegram, pushplus, smtp, feishu,同时使用多个推送方式请用英文逗号 (,) 分隔,不使用请留空。
  • 自动签到时间修改config.yaml文件,该文件设置定时任务的cron表达式可以设置每天几点执行签到任务,该cron指定的是格林尼治时间(UTC),如果需要换算成北京时间,要在该cron的基础上增加八小时得到北京时间。

推送渠道

渠道名 渠道描述 本地
DingTalk 钉钉自定义机器人
ServerChan Server 酱推送
PushDeer PushDeer
Telegram Telegram 机器人
PushPlus PlusPlus
SMTP SMTP 邮件
FeiShu 飞书群组机器人

各推送渠道完整配置

  • 钉钉机器人

  • ServerChan

  • PushDeer (未测试)

    • endpoint: 默认为 https://api2.pushdeer.com, 自建 PushDeer Server 时才需要更改
    • send_key: PushDeer 发送消息的鉴权 key
    • PushDeer on GitHub
  • Telegram Bot

    • endpoint: 默认为 https://api.telegram.org/bot, 自建 Bot Server 时才需要更改
    • bot_token: 机器人的 token, 从 Bot Father 处获取
    • chat_id: 发送签到消息的用户 id, 或 Channel 的 @username
    • proxy: 代理地址, 例如 http://127.0.0.1:1080, 支持 HTTPSOCKS5 代理, 不使用代理请留空
    • Telegram Bot API
  • PushPlus

    • token: PushPlus 发送消息的用户令牌 token
    • topic: PushPlus 群组编码,不填仅发送给自己 topic
    • PushPlus 官方文档
  • SMTP

    • smtp_host: SMTP 服务器地址
    • smtp_port: SMTP 服务器端口
    • smtp_tls: 是否使用 TLS 加密
    • smtp_user: SMTP 用户名
    • smtp_pass: SMTP 密码
    • smtp_sender: 发件人地址, 一般与用户名相同
    • smtp_receiver: 收件人地址, 仅支持单个收件人
    • 推荐使用 Microsoft Outlook 作为 SMTP 服务器
  • FeiShu

鸣谢

aliyun-auto-signin-replit's People

Contributors

sxbai avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.