How can I scrape the quote tweets using snscrape?

Viewed 21

I would like to collect news and quotes tweets pairs through snscrape. Maybe 100 news articles with the corresponding quote tweets.

For example, if CNN posted a news article on tweeter, I would like to find the corresponding quote tweets. And main goal is to collect 100 news articles with the corresponding quote tweets.

I looked into the snscrape and I found that snscrape can only scrape based on a text query or user IDs.

Does anyone know how to achieve the tasks I need through the snscrape or I should try other packages?

0 Answers
Related