https://github.com/bear/python-twitter
Raw File
Tip revision: c13549f37e1d0276b2e6b25252402835f2b19f9e authored by Kyu on 16 May 2020, 13:01:46 UTC
Updated DirectMessages List and Destroy endpoints and payload, removed redundant comment
Tip revision: c13549f
setup.cfg
[aliases]
test = pytest

[bdist_wheel]
universal=1

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

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

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