Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/woutervdbrink/adventofcodeprogressannouncer
Does what it says on the tin.
https://github.com/woutervdbrink/adventofcodeprogressannouncer
Last synced: 18 days ago
JSON representation
Does what it says on the tin.
- Host: GitHub
- URL: https://github.com/woutervdbrink/adventofcodeprogressannouncer
- Owner: WoutervdBrink
- Created: 2020-12-04T21:50:49.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-01-08T10:12:57.000Z (about 1 year ago)
- Last Synced: 2024-11-09T23:19:06.720Z (3 months ago)
- Language: PHP
- Size: 13.7 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Advent of Code Progress Announcer
Posts messages to Slack whenever someone gets a new star in Advent of Code.## Installation
Install the requirements with `composer install`.
Copy `.env.example` to `.env` and edit it:- `SESSION_COOKIE` is a valid AoC session cookie - use your browser's inspector.
- `LEADERBOARD` is the ID of the leaderboard. It's in the leaderboard URL, but it's also the ID of the owner.
- `SLACK_URL` is a valid Slack Incoming Webhook.Now configure something, like cron, to run `run.php` every 15 minutes. Don't run it more often than that - the AoC servers don't like that.