https://github.com/bertrandom/mechanical-watcher
https://github.com/bertrandom/mechanical-watcher
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bertrandom/mechanical-watcher
- Owner: bertrandom
- Created: 2016-08-10T06:41:07.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-08-14T18:56:39.000Z (almost 10 years ago)
- Last Synced: 2025-01-28T21:46:10.822Z (over 1 year ago)
- Language: JavaScript
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mechanical-watcher
Simple script to check for new DSA or SA keycaps on [/r/mechmarket](https://www.reddit.com/r/mechmarket) and to look for SA "1976" keycap releases on [PMK](http://pimpmykeyboard.com/sa-1976-keycap-set/).
If found, it will post to a Slack channel via an incoming webhook. LevelDB is used to keep a history of reddit threads so that the same thread is not broadcast to the channel.
Intended to be run as a cronjob, e.g.
```
*/5 * * * * cd /var/www/mechanical-watcher && node index > /dev/null 2>&1
```