https://github.com/bear/python-twitter
Revision a3348dbba2fe91f87355078c015b739577468e6f authored by Jeremy Low on 08 May 2016, 13:30:23 UTC, committed by Jeremy Low on 08 May 2016, 13:30:23 UTC
Removes shortner param from API per #298
2 parent s 311c6bf + c6d31ff
Raw File
Tip revision: a3348dbba2fe91f87355078c015b739577468e6f authored by Jeremy Low on 08 May 2016, 13:30:23 UTC
Merge pull request #333 from bear/fixes/issue298
Tip revision: a3348db
.gitignore
*.py[co]

#small test code that contains my keys
t.py

# Packages
*.egg
*.egg-info
dist
build
eggs
parts
bin
include
lib
local
var
sdist
develop-eggs
.installed.cfg
.eggs
.cache

# Installer logs
pip-log.txt

# Unit test / coverage reports
.coverage
.tox
htmlcov

# PyCharm data
.idea

#Translations
*.mo

#Mr Developer
.mr.developer.cfg

#Environment
env

violations.flake8.txt

# Built docs
doc/_build/**
back to top