(or, High Seas Monitor for the Summer of Making!)
SOM Monitor is a monitor for Hack Club's Summer of Making Shop. It continuously checks for new items and item updates, keeping you in the loop on the stuff you want.
To get started, simply join the #som-monitor channel on Slack.
To install dependencies:
bun install
Fill out your environment variables:
SOM_COOKIE=<entire `Cookie` header value>
SLACK_CHANNEL_ID="C091PEQP7CJ" # som-monitor
SLACK_XOXB=<xoxb-...>
SLACK_USERGROUP_ID=<...>
To run:
bun start
Licensed under either of Apache License, Version 2.0 or MIT License, at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in this application by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.