taspinar / twitterscraper

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

Retrying... no success. #362

Open ratobiajin opened 3 years ago

ratobiajin commented 3 years ago

In the command prompt of Windows 10 I input:

twitterscraper Latvian_Bible -o bible.json OR twitterscraper Latvian_Bible -bd 2021-07-10 -o C:\bible.json OR twitterscraper "from:Latvian_Bible " -bd 2021-07-10 -o C:\bible.json

ntil%3A2021-07-12&l=None INFO: Using proxy 181.129.52.154:42648 INFO: Retrying... (Attempts left: 3) INFO: Scraping tweets from https://twitter.com/search?f=tweets&vertical=default&q=Latvian_Bible%20since%3A2021-07-10%20u ntil%3A2021-07-11&l=None INFO: Using proxy 203.33.113.31:80 INFO: Retrying... (Attempts left: 1) INFO: Scraping tweets from https://twitter.com/search?f=tweets&vertical=default&q=Latvian_Bible%20since%3A2021-07-11%20u ntil%3A2021-07-12&l=None INFO: Using proxy 37.57.15.43:33761 INFO: Retrying... (Attempts left: 2) INFO: Scraping tweets from https://twitter.com/search?f=tweets&vertical=default&q=Latvian_Bible%20since%3A2021-07-10%20u ntil%3A2021-07-11&l=None INFO: Using proxy 181.129.52.154:42648 INFO: Got 0 tweets for Latvian_Bible%20since%3A2021-07-11%20until%3A2021-07-12. INFO: Got 0 tweets (0 new). INFO: Retrying... (Attempts left: 1) INFO: Scraping tweets from https://twitter.com/search?f=tweets&vertical=default&q=Latvian_Bible%20since%3A2021-07-10%20u ntil%3A2021-07-11&l=None INFO: Using proxy 37.57.15.43:33761 INFO: Got 0 tweets for Latvian_Bible%20since%3A2021-07-10%20until%3A2021-07-11. INFO: Got 0 tweets (0 new).

Please help, what should I be doing different to scrape tweets? Btw, both the python and the twitterscrapper is up to date.