A simple way to send Nemestats plays to Slack:
At the moment you'll need your own instance for your Slack. I run mine on Zeit's Now (for free) and it works really well.
- Create a new Slack app
- Enable Incoming Webhooks
- Create a Webhook URL for the desired channel and team
- Clone this repository
- Copy/rename
now.json.example
tonow.json
- Change the
GAMING_GROUP_ID
innow.json
to match your [Nemestats][nemstats] group ID (e.g. with a url ofhttps://nemestats.com/GamingGroup/Details/13468
your ID is13468
) - Add the following secrets to your now project:
now secret add nemeslack_sentry_dsn <your sentry.io DSN>
now secret add nemeslack_slack_webhook_url <your slack webhook url>
- Deploy to Now
- Create an alias for your Now deployment (e.g.
now alias https://project-234asf3.now.sh/ project.now.sh
) - Use something like cron-job.org to schedule a recurring job, daily is usually enough.