Skip to content

Instantly share code, notes, and snippets.

View timrcase's full-sized avatar

Tim Case timrcase

View GitHub Profile
@timrcase
timrcase / slack-slash-add-ingress.py
Created December 31, 2018 16:08
Slack slash command to add ingress rule
import os
import logging
import json
import urllib.parse
import ipaddress
import boto3
from botocore.exceptions import ClientError
from datetime import datetime
logger = logging.getLogger()

Keybase proof

I hereby claim:

  • I am timrcase on github.
  • I am timrcase (https://keybase.io/timrcase) on keybase.
  • I have a public key ASCqNE-jfUn8mEQqPjEdhuKAillgMROIc3orp-JfSFwF1Ao

To claim this, I am signing this object:

@timrcase
timrcase / 0_reuse_code.js
Last active August 29, 2015 14:10
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