Skip to content

Instantly share code, notes, and snippets.

View victorfda's full-sized avatar

Victor Fernandez de Alba victorfda

View GitHub Profile
@victorfda
victorfda / gist:2044879
Created March 15, 2012 15:44
Twitter stream
#!/usr/bin/env python
import time
from getpass import getpass
from textwrap import TextWrapper
import tweepy
class StreamWatcherListener(tweepy.StreamListener):
@victorfda
victorfda / .gitconfig
Created November 8, 2011 07:18 — forked from tomster/.gitconfig
An example git configuration including convenience aliases, some saner default behavior, a neat shell prompt and tab completion that can display the name of the tracking remote
# ~/.gitconfig
[branch]
autosetupmerge = true
[push]
default = current
[core]
excludesfile = .gitignore