Best Language For Scrapping Data From Twitter

Gerhard Jerde

New member
Joined
Apr 8, 2024
Messages
15
Points
1
Hey everyone,

I'm looking to scrape data from Twitter. What would you say is the best programming language or tool for this task? I'm open to suggestions and experiences!

Thanks!
 

Cristal Walsh

New member
Joined
Apr 8, 2024
Messages
14
Points
1
Python is one of the most used languages for scraping. If you gonna use their API there's a ton of options. If you just wanna get tweets from specific users or from search queries you can try nitter wrappers
 

Ignatius Gerhold

New member
Joined
Apr 8, 2024
Messages
14
Points
1
In my opinion there is no better language, best language is which you are familiar with and also it depends on what kind of app are you going to create. Sure, if it is desktop application js won`t be the best choice, and if you are creating web tool c++ won`t be too.
 

Camryn Schultz

New member
Joined
Apr 8, 2024
Messages
15
Points
1
Considering the required speed, safety (closed source, not to be decompiled), stability, platform independence and scalability I would use C++.

There are also many C/C++ libraries available for regular tasks like HTTP requests, cookies, ...

If I were you I would also use the private (!) Twitter API behind the Twitter iOS app, since the security limitations are much lower there.
I am a freelancing reverse engineer (iOS/Android), bot developer, full stack developer, C++ coder, encryption/decryption professional from West Europe.
 

Gerard Quigley

New member
Joined
Apr 8, 2024
Messages
14
Points
1
I am not a coder and tried something similar recently, had some pretty great results with free chatGPT.
 
Top