BAQACH Adil
BAQACH Adil
I have the exact same issue, I can see Selinium searching through Tweets for the specified period, but no data is returned, this is my code: driver = init_driver(headless=False, show_images=False)...
I manage to find the problem with this issue. So first u have to go to the function get_data in 'Scweet\utils.py' and change all instances of find_element_by_xpath('...') to find_element('xpath', '...')...
check the solution I provided in https://github.com/Altimis/Scweet/issues/169#issuecomment-1640205875
check this solution, it might work if none of the others worked https://github.com/Altimis/Scweet/issues/169#issuecomment-1640205875