Closed brugner closed 4 years ago
Hi @n6ither,
This is not a stupid question, thanks for asking it. It has been a while since fetching my twitter home page's tweets. I will explain the steps as much as I remember.
Firstly, you need to create your own twitter app on this page: https://apps.twitter.com/, because you are asked several tokens like Consumer Key
and Access Token
.
You can use the API console after authenticating with your newly created Twitter API on https://dev.twitter.com/rest/tools/console using the https://api.twitter.com/1.1/statuses/home_timeline.json
endpoint to get your current timeline tweets.
Another option is to use tools like cURL
to retrieve the same data. I paste several resources about this approach:
I hope these help your need.
Thank you, this was helpful!
Hi, it seems like a stupid question but I have to do it. Obviously this dataset has been obtained from Twitter, but can you tell me how? Thank you!