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
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)
The text was updated successfully, but these errors were encountered:
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)
The text was updated successfully, but these errors were encountered: