twitter-scraper-selenium icon indicating copy to clipboard operation
twitter-scraper-selenium copied to clipboard

Tweets did not appear

Open corpuzdonn opened this issue 11 months ago • 7 comments

Hello I keep getting this error. I am new to this package so i do not know what I am missing.

"Tweets did not appear!, Try setting headless=False to see what is happening"

corpuzdonn avatar Jul 20 '23 02:07 corpuzdonn

having same problem

ihabpalamino avatar Jul 26 '23 13:07 ihabpalamino

same issue

ansisme avatar Jul 28 '23 17:07 ansisme

Same!

mleita avatar Aug 03 '23 12:08 mleita

@shaikhsajid1111 i have posted some questions in facebook scraping if u can help me there please

ihabpalamino avatar Aug 05 '23 13:08 ihabpalamino

What method are you using?, I assume profile scraping method should work but hashtag and keyword requires authentication

shaikhsajid1111 avatar Aug 08 '23 14:08 shaikhsajid1111

I have used third party twitter login via Supabase, so I am inside the Twitter Logged in page for my profile, I need to scrape the data of the hashtags and keywords in order to achieve a functionality, but using this scraper I was not able to even tho i am logged in. Would you let me know how to scrape when logged in already ?

ansisme avatar Aug 08 '23 14:08 ansisme

@ansisme The feature was there initially but I removed it intentionally. This commit https://github.com/shaikhsajid1111/twitter-scraper-selenium/commit/9ce26412ccd38026de0abd88606618eb8d6c26c3 needs to be reverted for Python scripts, and than you can pass browser profile of logged in browser, it'll use that session, but do it at your own risks because that might lead to blocking of your account. One with self.profile and brower_profile variables should be focused for reverting keeping in mind that current selectors do not change

shaikhsajid1111 avatar Aug 08 '23 15:08 shaikhsajid1111