GithubHelp home page GithubHelp logo

youdaonote-signin's Introduction

有道云笔记签到

该项目旨在实现有道云笔记的自动签到功能。

如何使用

在运行项目之前,请确保您已经创建了一个配置文件,并将其挂载到 Docker 容器中。请按照以下步骤进行操作:

  1. 创建一个名为 config.ini 的配置文件。
  2. 将以下示例配置复制到 config.ini 文件中:
[account]
username = your_username
password = your_password
retry_times = 3

[dingtalk]
access_token = your_access_token
secret = your_secret

[schedule]
time = 08:00

[log]
loglevel = INFO
  1. 将 config.ini 文件挂载到 Docker 容器中的 /app/config.ini 路径。

  2. 运行该项目的命令如下:

docker run -d --name youdaonote-signin --restart=unless-stopped \
 -v /path/to/config.ini:/app/config.ini \
 jerryin/youdaonote-signin

或者使用 docker-compose:

version: '3.8'

services:
  youdaonote-signin:
    image: jerryin/youdaonote-signin
    container_name: youdaonote-signin
    restart: unless-stopped
    volumes:
      - ./config.ini:/app/config.ini

请确保将 /path/to/config.ini 替换为您实际的配置文件路径。

如何获取钉钉自定义机器人 Webhook

您可以按照以下步骤获取钉钉自定义机器人的 Webhook:

  1. 打开自定义机器人官方说明
  2. 建自定义机器人。
  3. 获取生成的 Webhook URL,并将其用于配置文件中的 access_tokensecret

许可证

本项目基于 MIT 许可证发布,请查看 LICENSE 文件以获取更多信息。

联系信息

如果您有任何问题或反馈,请通过本项目的 GitHub 页面与我联系。

youdaonote-signin's People

Contributors

clouin avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Forkers

mrcbox

youdaonote-signin's Issues

请问username是什么?

username填的登录的163邮箱,报错如下:
ERROR:root:登录失败:{"old":"500","ecode":2063},验证码:YWGKM

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.