We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hey , when i try to use snscape i got this error message AttributeError: 'FileFinder' object has no attribute 'find_module
my code is
import snscrape.modules.twitter as sn
q = "india"
for x in sn.TwitterSearchScraper(q).get_items(): print(vars(x)) break
please help me to resolve and i also search on reddit someone suggest me to use this "pip3 install snscape" but still i face same error
The text was updated successfully, but these errors were encountered:
#782
Sorry, something went wrong.
No branches or pull requests
Hey , when i try to use snscape i got this error message AttributeError: 'FileFinder' object has no attribute 'find_module
my code is
import snscrape.modules.twitter as sn
q = "india"
for x in sn.TwitterSearchScraper(q).get_items():
print(vars(x))
break
please help me to resolve and i also search on reddit someone suggest me to use this "pip3 install snscape" but still i face same error
The text was updated successfully, but these errors were encountered: