https://github.com/ksqsf/ustc-hs
https://github.com/ksqsf/ustc-hs
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ksqsf/ustc-hs
- Owner: ksqsf
- Created: 2022-04-16T15:15:03.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-25T12:27:36.000Z (about 3 years ago)
- Last Synced: 2025-02-01T07:28:34.295Z (4 months ago)
- Language: Haskell
- Size: 12.7 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ustc-hs
## Build
```
cabal build
```## Bots
### yjsbot
| Env variable | Note | Format Example |
|--------------|------------------------|----------------------|
| `EMAIL_USER` | Email address | [email protected] |
| `EMAIL_PASS` | Email account password | [redacted] |
| `USERNAME` | YJS platform username | SA........ |
| `PASSWORD` | YJS platform password | [redacted] |### epcbot
| Env variable | Note | Format Example |
|--------------|--------------------------------------|----------------------|
| `EMAIL_USER` | Email address | [email protected] |
| `EMAIL_PASS` | Email account password | [redacted] |
| `EPC_USER` | EPC platform username | SA........ |
| `EPC_PASS` | EPC platform password | [redacted] |
| `TAG` | Bot tag, used in email notifications | "number 1" |You probably also want to modify `epcConfig` in `epcbot.hs`.