https://github.com/yzydeveloper/robot-toy
Robot toy made to make wife happy
https://github.com/yzydeveloper/robot-toy
Last synced: about 1 year ago
JSON representation
Robot toy made to make wife happy
- Host: GitHub
- URL: https://github.com/yzydeveloper/robot-toy
- Owner: yzydeveloper
- License: mit
- Created: 2022-08-23T03:01:39.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-08-31T06:53:49.000Z (almost 4 years ago)
- Last Synced: 2025-01-23T20:22:46.381Z (over 1 year ago)
- Language: TypeScript
- Homepage: robot-toy-pusher.vercel.app
- Size: 433 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# robot-toy
Robot toy made to make wife happy
It is recommended to have a programmer husband or wife or boyfriend or girlfriend to use it
## Feature
- Support Dingtalk
- Support Wecom
- Use NestJS to do cron timing tasks
## Packages
`@robot-toy/shared`:Packaging for some third-party push APIs
`@robot-toy/pusher`:Push messaging service made with NestJS and 👆
## Environment configuration
add `.env` to `robot-toy/pusher/`
```
# 钉钉机器人AppKey
DINGTALK_ROBOT_APP_ID =
# 钉钉机器人AppSecret
DINGTALK_ROBOT_APP_SECRET =
# 消息推送的用户id
DINGTALK_USERIDS = ['','']
# 企业AgentId
WECOM_ID =
# 企业应用id
WECOM_APP_ID =
# 企业应用密钥
WECOM_APP_SECRET =
# 应用密钥
TIAN_APP_SECRET =
# 城市
CITY =
# 认识的时间
TIME_OF_KNOWING =
```