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 has been archived by the owner on Mar 30, 2023. It is now read-only.
Command Ran
def fetch_user_info(username):
c = twint.Config()
c.Username = username
c.Hide_output = True
c.Store_object = True
twint.run.Lookup(c)
return twint.output.users_list[0]
Description of Issue
I keep getting the same error:
_usr.name = ur['data']['user']['legacy']['name']
KeyError: 'legacy'
Environment Details
Linux, on Jupyter Notebook
The text was updated successfully, but these errors were encountered: