shaikhsajid1111 / twitter-scraper-selenium

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

Failed to make request! #50

Open Dragonizedpizza opened 2 years ago

Dragonizedpizza commented 2 years ago
import os
from twitter_scraper_selenium import scrape_topic_with_api

scrape_topic_with_api(URL='https://twitter.com/i/topics/1468157909318045697', output_filename='tweets', tweets_count=10, headless=False)

if os.path.isfile("./tweets.json") == False:
    scrape_topic_with_api(URL='https://twitter.com/i/topics/1468157909318045697', output_filename='tweets', tweets_count=10, headless=False)

if len(open("./tweets.json").read()) < 100:
    scrape_topic_with_api(URL='https://twitter.com/i/topics/1468157909318045697', output_filename='tweets', tweets_count=10, headless=False)

I'm repeatedly getting the warning "Failed to make request!" even though I can see firefox opening and I can see the tweets.

Dragonizedpizza commented 2 years ago

image

shaikhsajid1111 commented 2 years ago

Alright, you're not getting any other logs from anywhere else?. Whenever any method fails it does logs something but for you it seems it is crashing silently

Dragonizedpizza commented 2 years ago

Alright, you're not getting any other logs from anywhere else?. Whenever any method fails it does logs something but for you it seems it is crashing silently

its logging to geckodriver.log, https://pastebin.com/ng3wrU2E

shaikhsajid1111 commented 2 years ago

I wonder if Twitter had changes in their services 😅. I'm currently unavailable to push a fix, it may take a week for me

Dragonizedpizza commented 2 years ago

I wonder if Twitter had changes in their services sweat_smile. I'm currently unavailable to push a fix, it may take a week for me

hi sajid, would it be possible to do it now? I need it up asap

shaikhsajid1111 commented 2 years ago

Sorry, I'm not using my machine currently as I'm out of my hometown. I may be able to fix it for couple of weeks

Dragonizedpizza commented 2 years ago

Sorry, I'm not using my machine currently as I'm out of my hometown. I may be able to fix it for couple of weeks

may or may not?