Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/waf/slack-github-digest
- Owner: waf
- Created: 2019-10-16T15:25:26.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-02-04T00:57:58.000Z (almost 2 years ago)
- Last Synced: 2023-03-11T13:53:16.608Z (over 1 year ago)
- Topics: github, graphql, rust, slack
- Language: Rust
- Homepage:
- Size: 238 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
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.