Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Twitter errors #289

Open
meetgyn opened this issue Aug 26, 2019 · 0 comments
Open

Twitter errors #289

meetgyn opened this issue Aug 26, 2019 · 0 comments

Comments

@meetgyn
Copy link

meetgyn commented Aug 26, 2019

I created new API and Key and it's still not working

Traceback (most recent call last):
File "datasploit.py", line 89, in
main(sys.argv[1:])
File "datasploit.py", line 82, in main
usernameOsint.run(user_input, output)
File "/opt/ferramentas/osint/datasploit/usernameOsint.py", line 9, in run
osint_runner.run("username", "username", username, output)
File "/opt/ferramentas/osint/datasploit/osint_runner.py", line 28, in run
data = x.main(m_input)
File "/opt/ferramentas/osint/datasploit/username/username_twitterdetails.py", line 90, in main
activitydetails, userdetails = twitterdetails(username)
File "/opt/ferramentas/osint/datasploit/username/username_twitterdetails.py", line 54, in twitterdetails
for tweet in tweepy.Cursor(api.user_timeline, id=username).items(1000):
File "/usr/local/lib/python2.7/dist-packages/tweepy/cursor.py", line 197, in next
self.current_page = self.page_iterator.next()
File "/usr/local/lib/python2.7/dist-packages/tweepy/cursor.py", line 108, in next
data = self.method(max_id=self.max_id, parser=RawParser(), *self.args, **self.kargs)
File "/usr/local/lib/python2.7/dist-packages/tweepy/binder.py", line 250, in _call
return method.execute()
File "/usr/local/lib/python2.7/dist-packages/tweepy/binder.py", line 234, in execute
raise TweepError(error_msg, resp, api_code=api_error_code)
tweepy.error.TweepError: Twitter error response: status code = 401
root@kron:/opt/ferramentas/osint/datasploit# TweepError(error_msg, resp, api_code=api_error_code)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant