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
cdinto it. - Configure your
.envas 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.pyon a separate detached session usingscreenor 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.