https://github.com/garrying/arena-slack
Are.na feed in a Slack channel via webhooks 💬
https://github.com/garrying/arena-slack
arena feed heroku slack webhook
Last synced: about 1 year ago
JSON representation
Are.na feed in a Slack channel via webhooks 💬
- Host: GitHub
- URL: https://github.com/garrying/arena-slack
- Owner: garrying
- License: mit
- Created: 2016-12-21T03:37:41.000Z (over 9 years ago)
- Default Branch: main
- Last Pushed: 2024-09-20T21:00:01.000Z (almost 2 years ago)
- Last Synced: 2024-11-28T23:11:45.257Z (over 1 year ago)
- Topics: arena, feed, heroku, slack, webhook
- Language: Ruby
- Homepage:
- Size: 71.3 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Are.na Slack Feed
Posting your [Are.na](https://www.are.na/) feed in a Slack channel via webhooks.

## Setup
1. Get your Slack incoming post URL (`SLACK_POST_URL`) at `https://.slack.com/services/new/incoming-webhook`
2. Register a new application on Are.na at [dev.are.na](https://dev.are.na/), and get the `Personal Access Token` (`ARENA_ACCESS_TOKEN`)
3. Add `ARENA_ACCESS_TOKEN` and `SLACK_POST_URL` environment variables
4. Run `rake` every 10 minutes
## Reference
Uses [Are.na's Ruby interface](https://github.com/aredotna/arena-rb/) and [Slack Notifier](https://github.com/stevenosloan/slack-notifier).
## License
[The MIT License (MIT)](https://github.com/garrying/arena-slack/blob/master/LICENSE)