Skip to content

Instantly share code, notes, and snippets.

View laurentades's full-sized avatar

Laurent Adès laurentades

View GitHub Profile
@laurentades
laurentades / slackWebHook.lua
Last active November 9, 2016 01:49 — forked from abaez/codebase.lua
Codebase webscript for slack
--- making an example to push to webscript
local icon = "https://pbs.twimg.com/profile_images/378800000410745178/8704302b5009e71d66fbc8f52cefc0bc_400x400.png"
local link = "https://talks.slack.com/services/hooks/incoming-webhook?token="
local token = ""
local fi = json.parse(request.form.payload)
local fo = {
user_email = fi.user.email,