GitHunt
AN

anaskhan96/gitSlack

New received user events on GitHub (user activity feed) posted on Slack

gitSlack

gitSlack posts new received events on your GitHub activity feed to your Slack workspace.

Setup

  • Create an incoming webhook for your Slack workspace
  • Clone the repository and cd into it.
  • Configure your .env as given below:
GITHUB_USER=<github_username>
GITHUB_PASS=<github_password>
SLACK_WEBHOOK=<incoming_webhook_url>
  • Run pip install -r requirements.txt.
  • Launch the script by running python processRequest.py on a separate detached session using screen or by just appending & to it.

Launch as a Service

macOS

// TODO

stackoverflow link for a headstart to a manual setup.

Linux

// TODO

stackoverflow link for a headstart to a manual setup.

Languages

Python100.0%

Contributors

MIT License
Created November 13, 2018
Updated March 4, 2023