Skip to content

Instantly share code, notes, and snippets.

@idan
idan / oauthlib_twitter_example.py
Created May 2, 2012 22:50
Requests + OAuth, sample usage
import requests
from requests.auth import OAuth1
url = u'https://api.twitter.com/1/account/settings.json'
client_key = u'...'
client_secret = u'...'
resource_owner_key = u'...'
resource_owner_secret = u'...'
@michaelhelmick
michaelhelmick / sublime_text-user_settings.json
Last active February 24, 2017 15:52
My user settings for Sublime Text
{
"always_show_minimap_viewport": true,
"bold_folder_labels": true,
"color_scheme": "Packages/User/SublimeLinter/Solarized (Light) (SL).tmTheme",
"draw_white_space": "all",
"ensure_newline_at_eof_on_save": true,
"fold_buttons": false,
"font_options":
[
"subpixel_antialias"
"\e[A": history-search-backward
"\e[B": history-search-forward
set show-all-if-ambiguous on
set completion-ignore-case on
export PATH="$HOME/bin:$PATH"
export WORKON_HOME=~/.virtualenv
source /usr/local/bin/virtualenvwrapper.sh
@teppeis
teppeis / README.md
Created March 15, 2018 03:41 — forked from prog893/README.md
ECS Container Instance scale-in protector