Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/whosydd/jd-bean-checkin

京东签到领京豆
https://github.com/whosydd/jd-bean-checkin

nodemailer puppeteer

Last synced: 27 days ago
JSON representation

京东签到领京豆

Awesome Lists containing this project

README

        

# jd-bean-checkin

## 前言

- 本项目仅用于测试和学习研究

## 功能

- 使用`cookie`登录[京东商城](https://www.m.jd.com),并签到领取京豆

- `cookie`失效后,发送邮件提醒

## 使用

### 设置环境变量

`COOKIE`:登录后得到的`cookie`字符串

`MAIL`:邮箱地址([email protected]

`TOKEN`:SMTP 授权码(非登录密码)

### 运行

```js
npm start
```