Get Timestamp from Tweet

조회 수: 7 (최근 30일)
Carmelo Gonzales
Carmelo Gonzales 2017년 2월 25일
답변: Faiz Gouri 2017년 2월 27일
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!

채택된 답변

Faiz Gouri
Faiz Gouri 2017년 2월 27일
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개)

카테고리

Help CenterFile Exchange에서 Structures에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by