Skip to content

Instantly share code, notes, and snippets.

@ckinsey
ckinsey / bot.py
Last active September 6, 2016 16:44
Bot.py, Final
import json
import markovify
import re
import time
from slackclient import SlackClient
BOT_TOKEN = "bot user API token"
GROUP_TOKEN = "slack user API token"
@ckinsey
ckinsey / bathtub.sh
Created May 12, 2020 03:38
bathtub.sh
#!/bin/bash
# friday.hirelofty.com
on="1"
if [ $1 -eq $on ]
then
echo "Removing desktop icons and restarting finder"
defaults write com.apple.finder CreateDesktop false
killall Finder