Skip to content

Instantly share code, notes, and snippets.

View grahamnedelka's full-sized avatar

Graham Nedelka grahamnedelka

  • Lyft
  • Stamford, CT
  • 01:35 (UTC -04:00)
View GitHub Profile
@grahamnedelka
grahamnedelka / app.py
Created March 13, 2024 05:25 — forked from WilliamBergamin/app.py
MVP python function handler
import logging
from slack_sdk import WebClient
from slack_bolt import App, Ack, Say, Complete, Fail, BoltContext
from slack_bolt.adapter.socket_mode import SocketModeHandler
logging.basicConfig(level=logging.DEBUG)
app = App()
@grahamnedelka
grahamnedelka / 0_reuse_code.js
Created November 5, 2015 22:52
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console