Twitter comment scraping

Houdini001

Registered Member
Joined
Aug 19, 2022
Messages
65
Reaction score
23
Hello, is it possible to scrape only comments from a certain Tweet?

Is there a software or a website for it
 
It might be against Twitter's rules, and if that happens, your account could be suspended or closed. Before scraping Twitter data, check the rules first.
 
I think the best way to do this is to HIRE A PROGRAMMER TO CUSTOM-CODE THE TOOL FOR YOU.

I'm sure you don't want to just scrape the comments.

You also want to sort them and somehow work with them so you can create different types of content with them.

There's probably also the need to compile this information.

I suggest going to Upwork and hiring a custom coder for this.

Given the amount of talent out there, it's probably not going to set you back all that much.
 
Hello, is it possible to scrape only comments from a certain Tweet?

Is there a software or a website for it
yeah there is python module works like a web scraper
I used it once to scrape around 2 million tweets.
 
You can easily find ready to use codes in github :)
or if you don't know anything about coding , then it's better to ask a coder to do it for you (use ready codes or create one from scratch)
 
You've got tools like ScrapeBox that can handle this, or you could use Python libraries like Tweepy if you're comfortable with coding.
 
Hello, is it possible to scrape only comments from a certain Tweet?

Is there a software or a website for it

i believe you can accomplish this with tweepy by using the id of the tweet being responded to as an object.
 
Back
Top