Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iaoongin/jd_activity
https://github.com/iaoongin/jd_activity
Last synced: 17 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/iaoongin/jd_activity
- Owner: iaoongin
- Created: 2021-09-29T08:05:54.000Z (about 3 years ago)
- Default Branch: dev
- Last Pushed: 2023-10-25T16:45:42.000Z (about 1 year ago)
- Last Synced: 2023-10-25T18:36:18.986Z (about 1 year ago)
- Language: JavaScript
- Homepage: http://jd.yffjglcms.com/
- Size: 4.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
Awesome Lists containing this project
README
# 配置环境变量
```bash
# 通知key
export WECOMCHAN_SEND_KEY=
# 通知地址
export WECOMCHAN_URL=# jd cookie;可不填,从gist数据中 获取;否则将使用本数据
export JD_COOKIE="pt_key=%;pt_pin=%"# web token 默认:123
export JD_ACTIVITY_WEB_TOKEN=123# github gist
export JD_ACTIVITY_GIST_ID=xxxexport JD_ACTIVITY_GIST_TOKEN=xxx
```# 执行
启动
```bash
./run.sh
```重启
```bash
./restart.sh
```停止
```bash
./stop.sh
```# 参考仓库
```
https://github.com/zero205/JD_tencent_scf- https://github.com/curtinlv/JD-Script
- https://github.com/Hyper-Beast/JD_Scripts
- https://github.com/Aaron-lv/sync
- https://github.com/utterliar1/jd_scripts
```