This repository was archived by the owner on Mar 30, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Tweet attributes
Francesco Poldi edited this page Aug 11, 2019
·
6 revisions
Here we can see every attribute that a tweet
object can have. You can access this attributes via dot notation (Tweet.id
).
These attributes can be used when formatting the output (config.Format
) and customizing the fields to save in the files (config.Custom["tweet"]
).
- {id}
- {conversation_id}
- {created_at}
- {date}
- {time}
- {timezone}
- {user_id}
- {username}
- {name}
- {place}
- {tweet}
- {mentions}
- {urls}
- {photos}
- {replies_count}
- {retweets_count}
- {likes_count}
- {hashtags}
- {cashtags}
- {link}
- {retweet}
- {quote_url}
- {video}
- {user_rt_id}
- {near}
- {geo}
- {source}