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
When I execute the code example in readme file it gives the attribute error mentioned in title.
code:
from twitter_scraper_selenium import scrap_keyword
#scrap 10 posts by searching keyword "india" from date 30th August till date 31st August
india = scrap_keyword(keyword="india", browser="firefox",
tweets_count=10,output_format="json" ,until="2021-08-31", since="2021-08-30")
print(india)
The text was updated successfully, but these errors were encountered:
@shaikhsajid1111 I tried to run the code again and it still gives me the same error, I don't know whether there is anything I should change in my code.
It was running fine even before the changes, checked with Windows 7, 10 and Mac OS as well. Can you please check if your project name is not conflicting with this library's keywords or something?, If that doesn't works then can you please share your environment like OS, Python version?
When I execute the code example in readme file it gives the attribute error mentioned in title.
code:
from twitter_scraper_selenium import scrap_keyword
#scrap 10 posts by searching keyword "india" from date 30th August till date 31st August
india = scrap_keyword(keyword="india", browser="firefox",
tweets_count=10,output_format="json" ,until="2021-08-31", since="2021-08-30")
print(india)
The text was updated successfully, but these errors were encountered: