Get Timestamp from Tweet
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Carmelo Gonzales
el 25 de Feb. de 2017
Respondida: Faiz Gouri
el 27 de Feb. de 2017
Hello,
I am working on a program to process twitter activity for a particular set of key words. I would like to get the timestamp of all of the tweets imported to matlab. The base program I am using to help me code is found here: https://www.mathworks.com/matlabcentral/fileexchange/34837-twitty
Any help on obtaining timestamps from the Twitter API would be appreciated!
0 comentarios
Respuesta aceptada
Faiz Gouri
el 27 de Feb. de 2017
The "created_at" field can display the time-stamp of the tweet, but there is no direct option available to get the timestamp with twitty. For the summary of the twitty's available methods, run the 'twitty.API' command. Try parsing the twitter Structure returned from twitter to find out if that structure has the field "created_at"
0 comentarios
Más respuestas (0)
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!