taspinar / twitterscraper

Scrape Twitter for Tweets
MIT License
2.4k stars 578 forks source link

Update query.py #346

Open BalrajGupta opened 4 years ago

Nellix commented 4 years ago

Is this commit fixing the #issue https://github.com/taspinar/twitterscraper/issues/344 ?

BalrajGupta commented 4 years ago

It did fix the issue #344 but after some time, it stopped working. It was working on the day I committed the changes. They have further tweaked the twitter API and now, even my implementation has STOPPED working.

On Fri, Sep 25, 2020 at 1:36 AM Malinconico Aniello Paolo < notifications@github.com> wrote:

Is this commit fixing the #issue #344 https://github.com/taspinar/twitterscraper/issues/344 ?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/taspinar/twitterscraper/pull/346#issuecomment-698561187, or unsubscribe https://github.com/notifications/unsubscribe-auth/AKVHNLWNQZZSSHKBHYEH6CTSHORCHANCNFSM4RXOJVWQ .

veronicaads commented 3 years ago

is this change working ? i try this but get some error line 104, in query_single_page html = json_resp['items_html'] or '' KeyError: 'items_html'

bilal-athar commented 3 years ago

is this change working ? i try this but get some error line 104, in query_single_page html = json_resp['items_html'] or '' KeyError: 'items_html' +1