Skip to content

Instantly share code, notes, and snippets.

View cbuck's full-sized avatar

Chris Buckland cbuck

View GitHub Profile
@cbuck
cbuck / DownloadStationAPI.py
Created April 29, 2017 14:49 — forked from harperreed/DownloadStationAPI.py
example script to sync/download/etc put.io downloads to your synology download station
import time
import requests
import json
class DownloadStationAPI():
def __init__(self, host=None, username=None, password=None):
self.name = 'DownloadStation'
@cbuck
cbuck / Growl.applescript
Created June 13, 2012 14:59 — forked from mceachen/Growl.applescript
iChat and Messages applescript integration: place in ~/Library/Scripts/Messages
using terms from application "iChat"
on message received message from theBuddy for textChat
set whoDidIt to full name of theBuddy
set who to "iChat: " & whoDidIt
set buddyIcon to image of theBuddy
tell application "System Events"
set frontApp to name of first application process whose frontmost is true
end tell
tell application frontApp
set window_name to name of front window