Skip to content
New issue

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

AttributeError: 'Keyword' object has no attribute '_Keyword__driver' while trying to search #16

Open
moayadeldin opened this issue May 21, 2022 · 2 comments
Assignees

Comments

@moayadeldin
Copy link

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)

@moayadeldin
Copy link
Author

@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.

@shaikhsajid1111
Copy link
Owner

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?

@shaikhsajid1111 shaikhsajid1111 self-assigned this Jun 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants