shaikhsajid1111 / twitter-scraper-selenium

Python's package to scrap Twitter's front-end easily
https://pypi.org/project/twitter-scraper-selenium
MIT License
305 stars 47 forks source link

pip installed and running example, throws error. #26

Closed wdhitchc closed 2 years ago

wdhitchc commented 2 years ago

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="movie", browser="chrome", tweets_count=10, output_format="json" ,until="2021-08-31", since="2021-08-29") print(india)

is the code that I am trying to run. At first it begins the read out begins with

Current google-chrome version is 103.0.5060 Get LATEST driver version for 103.0.5060 [WDM] - Driver found in cache

however, I beleive the following is where the error is occuring:

create_client_context param = SSL._lib.SSL_CTX_get0_param(context._context) AttributeError: module 'lib' has no attribute 'SSL_CTX_get0_param'

Output exceeds the size limit. Open the full output data in a text editor Message: unknown error: net::ERR_CONNECTION_CLOSED (Session info: headless chrome=103.0.5060.114)