Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/waf/slack-github-digest

:octocat: Post a digest of your GitHub followers' open-source contributions to slack
https://github.com/waf/slack-github-digest

github graphql rust slack

Last synced: 24 days ago
JSON representation

:octocat: Post a digest of your GitHub followers' open-source contributions to slack

Awesome Lists containing this project

README

        

# Slack Github Digest
![](https://github.com/waf/slack-github-digest/workflows/Master%20Build/badge.svg)

Post a digest of your GitHub followers' open-source contributions to slack! Written in Rust.

*Current Status: works, but not much testing has been done. Needs error handling and code organization!*

1. Generate a GitHub access token with read-only permissions on public repos.
- `public_repo`
- Optionally, `read:discussion` seems to be required in certain organization setups
1. Generate a Slack "Incoming Webhook" url.
1. Copy the example file `slack-github-config-example.toml` to `slack-github-config.toml`. Add both the GitHub Access Token and the Slack webhook URL to this file.
1. `cargo run`

The user you use for Step 1 will be queried for followers. Their contributions will be summarized in a slack message.