anaskhan96 / gitSlack

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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

License:MIT License


Languages

Language:Python 100.0%