Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xuchunyang/bbs-notifier
bbs.seu.edu.cn 上有提醒时,发邮件通知
https://github.com/xuchunyang/bbs-notifier
Last synced: about 1 month ago
JSON representation
bbs.seu.edu.cn 上有提醒时,发邮件通知
- Host: GitHub
- URL: https://github.com/xuchunyang/bbs-notifier
- Owner: xuchunyang
- Created: 2014-08-07T22:59:16.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-08-08T04:43:17.000Z (over 10 years ago)
- Last Synced: 2024-10-16T01:46:21.138Z (3 months ago)
- Language: Shell
- Size: 133 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# bbs notifier
For [东南大学虎踞龙蟠BBS](http://bbs.seu.edu.cn)
## Required tools
* curl (pre-installed)
* mail (pre-installed)
* jq (use `brew install jq` to install, for more information see [jq](https://github.com/stedolan/jq))## Usage
1. Setup `mail` to send mail from the command line
- for example, [Using MacOSX Lion command line mail with Gmail as SMTP](http://www.anujgakhar.com/2011/12/09/using-macosx-lion-command-line-mail-with-gmail-as-smtp/)
2. Change *USER_NAME* and *USER_PASSWORD* in `bbs-notifier.sh`to yours
3. Setup 'cron' to evluate `bbs-notifier.sh` regularly
- e.g. run `crontab -e` and enter `*/15 * * * * /usr/bin/local/bbs-notifier.sh`## TODO
- [x] Write `bbs-notifier.sh`
- [ ] Donot send twice## Reference
* [虎踞龙蟠BBS API 文档](http://bbs.seu.edu.cn/api-documentation/)