DEV Community

FrancescaBraglia
FrancescaBraglia

Posted on

TWEET DATASET WITH PYTHON

Hi, I'm new in the DEV community so let me introduce myself: I am an Italian university student and I am working on my master degree final dissertation. For this work I would need a dataset of tweets that meet certain criteria and that were published in a specific period in 2020.
I read a lot of articles and saw many tutorials and almost of them describe python as the fastest way to get a considerable number of tweets at a time that meet specific criteria. In fact, python can be used both to hydrate already existing datasets of tweets or to create new datasets from scratch. The problem is that I'm absolutely incapable of using these kinds of programs. Is there anyone who can help me out with this task?
Thank you so much
Francesca

Top comments (1)

Collapse
 
anandi1989 profile image
Amit Nandi

You can fetch data from twitter using tweepy package for free ... There are others api wrapper as well. Check on GitHub