Skip to content

Instantly share code, notes, and snippets.

@deelin
deelin / .tmux.conf
Created April 13, 2017 16:07
My tmux config
## Use zsh
#set -g default-shell /bin/zsh
set -g default-terminal "screen-256color"
## This is to get pbcopy/paste working
# http://robots.thoughtbot.com/post/19398560514/how-to-copy-and-paste-with-tmux-on-mac-os-x
#set-option -g default-command "reattach-to-user-namespace -l zsh"
#set-option -g default-command "sh ~/.tmux/tmux_default_command.sh"
## Mouse mode on

Integration Script

Written in Python with Suds SOAP Client library

  1. Begin by creating a client with the WSDL provided by pymetrics
from suds.client import Client
client = Client('https://www.pymetrics.com/integrations/webservice/wsdl/')
  1. Ensure that the service is up and running