You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 7, 2024. It is now read-only.
I'm not sure if I'm missing something, but the get_access_token module doesn't seem to be included in either the .tar.gz or .whl in the 2.0 release on PyPI.
A cursory glance at setup.py shows that modules are included using find_packages(), which won't include .py files in the root according to this.
Without get_access_token, I'm unable to authenticate my application with Twitter.
I'm not sure if I'm missing something, but the
get_access_tokenmodule doesn't seem to be included in either the .tar.gz or .whl in the 2.0 release on PyPI.A cursory glance at
setup.pyshows that modules are included usingfind_packages(), which won't include .py files in the root according to this.Without
get_access_token, I'm unable to authenticate my application with Twitter.