https://github.com/bear/python-twitter
Raw File
Tip revision: 438be010724e3e1fa47f1533092a9d03bb55f288 authored by Amnisia on 05 February 2018, 10:52:23 UTC
mini fix media_category to postUpdate and simple upload file
Tip revision: 438be01
setup.cfg
[aliases]
test = pytest

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

[flake8]
ignore = E111,E124,E126,E221,E501

[pep8]
ignore = E111,E124,E126,E221,E501
max-line-length = 100
back to top