Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eraclitux/salp
[UNMAINTAINED] A simple Slack helper bot for lazy programmers
https://github.com/eraclitux/salp
Last synced: about 8 hours ago
JSON representation
[UNMAINTAINED] A simple Slack helper bot for lazy programmers
- Host: GitHub
- URL: https://github.com/eraclitux/salp
- Owner: eraclitux
- License: mit
- Created: 2016-04-23T09:14:56.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-06-22T18:02:52.000Z (over 8 years ago)
- Last Synced: 2024-06-20T14:16:50.933Z (5 months ago)
- Language: Go
- Homepage:
- Size: 14.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.rst
- License: LICENSE.txt
Awesome Lists containing this project
README
==============================================
SALP - Slackbot Assistant for Lazy Programmers
==============================================It would like to help programmers automating recurrent boring stuff.
It's a rought, work in progress, alpha quality code.
Do not use in production until HMAC auth is implemented.
.. contents::
What can it do
==============- intercept **GitHub** ``push`` webhooks and send a digest to its channels of them
- receive json messages on ``/message`` via authenticated POST and echoes them to Slack
- fetch https://istheinternetonfire.com/ when askedSetup GitHub webhooks
=====================- go on you repo's *GitHub* settings page
- click on ``Webhooks & services`` section
- set ``Payload URL`` as ``:/gh-webhooks`` (default ``httpport`` is 8080)