https://github.com/bear/python-twitter
Raw File
Tip revision: c08ef24d34c0eb6c46d567f69021088df86c1a12 authored by bear (Mike Taylor) on 08 April 2016, 03:40:01 UTC
add PostMediaMetadata endpoint
Tip revision: c08ef24
setup.cfg
[aliases]
test = pytest

[check-manifest]
ignore =
  .travis.yml
  circle.yml
  violations.flake8.txt

[flake8]
ignore = E111,E124,E126,E201,E202,E221,E241,E302,E501
back to top