JustAnotherArchivist / snscrape

A social networking service scraper in Python
GNU General Public License v3.0
4.42k stars 706 forks source link

AttributeError: 'FileFinder' object has no attribute 'find_module #1042

Closed SureshS03 closed 6 months ago

SureshS03 commented 7 months ago

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

TheTechRobo commented 7 months ago

782