Closed badjoerichards closed 1 year ago
It's possible to get the [FOLLOWING] and [FOLLOWERS] count of the tweet's poster, however this will definitely slow down the scraping process because in twitter, the user's followers and following is not directly included in the tweet. So I will only add them as an optional data to be scraped. I'll make a commit later, I'm currently doing some tests and optimizing the scraper. There will be significant improvements to the scraper especially when scraping without including the [FOLLOWERS] and [FOLLOWING] count.
To scrape followers and following count:
python scraper --add="pd"
This is great! Thank you
Is it possible to get the user's [FOLLOWERS] and [FOLLOWING] count as 2 new columns of data in the .csv?
Very useful information when scraping.
Thanks