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: 5 months ago
JSON representation
:octocat: Post a digest of your GitHub followers' open-source contributions to slack
- Host: GitHub
- URL: https://github.com/waf/slack-github-digest
- Owner: waf
- Created: 2019-10-16T15:25:26.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-24T23:30:38.000Z (over 3 years ago)
- Last Synced: 2025-04-06T09:25:28.265Z (about 1 year ago)
- Topics: github, graphql, rust, slack
- Language: Rust
- Homepage:
- Size: 249 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Slack Github Digest

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.