Collecting Twitter Data
Updates friendship notifications and retweet abilities.
Manage Twitter lists
Posts direct message from user's Twitter account
Mark a user id as a screen name
Set default authentication for the current session
Remove tokens
Get the current authentication mechanism
Save an authentication mechanism for use in a future session
Set up default authentication
Twitter Tokens sitrep
Bearer token
Clean text of tweets
Set default client for the current session
Clean clients
Get the current client
Save an authentication mechanism for use in a future session
Set up default client
Create custom Twitter OAuth token
Get direct messages sent to and received by the authenticating user fr...
(DEPRECATED) Get the most recent direct messages sent to the authentic...
Binds list of data frames while preserving attribute (tweets or users)...
Defunct: Emojis codes and descriptions data.
Extract methods
Expansions
Fields
flatten/unflatten data frame
Get tweets liked/favorited by one or more users
Get user IDs for accounts following target user.
Get user IDs of accounts followed by target user(s).
Get mentions for the authenticating user.
Get the most recent retweets/retweeters
Get one or more user timelines
Fetch Twitter OAuth token
Get Twitter trends data.
Extract the ids
Invalidate bearer token
Job compliance
Defunct: Language codes recognized by Twitter data.
Adds single-point latitude and longitude variables to tweets data.
Create the links
List followers of a specified list
List information
List of members from a specified List
Lists a specified user is a member of.
Lists tweets of a specified list
Get Twitter list members (users on a given list).
Get Twitter list memberships (lists containing a given user)
Get a timeline of tweets authored by members of a specified list.
Get subscribers of a specified list.
Get list subscriptions of a given user but does not include the user's...
Get all lists a specified user subscribes to, including their own.
Collections API
Get coordinates of specified location.
Lookup friendship information between two specified users.
Get tweets data for given statuses (status IDs).
Get Twitter users data for given users (user IDs or screen names).
Extract min/max id (for id based pagination)
Lookup friendship information between users.
Network data
Extract cursor (for cursor based pagination)
Parser of stream
Clean up character vector (tweets) to more of a plain text.
Delete status of user's Twitter account
Favorites target status id.
Follows target Twitter user.
Posts status update to user's Twitter account
Previous cursor
Rate limit helpers
Read comma separated value Twitter data.
Expose errors of the response
A generic function for rounding date and time values
Deprecated functions in rtweet
rtweet: Collect Twitter data from R
Client
Authentication options
Extract the streaming rules
Premium Twitter searches
Get tweets data on statuses identified via search query.
Search for users
Create fields
Scopes of the OAuth2 token
Defunct: Twitter stop words in multiple languages data.
Streaming
Collect a live stream of Twitter data
A more robust version of stream_tweets
Available Twitter trends along with associated WOEID.
Converts tweets data into time series-like data object.
Plots tweets data as a time series-like data object.
Count tweets
Delete tweet
Create a Tweet Embed
Get tweet information
Liking users
Post a tweet
Get quoted tweet information
Tweet retweeted by
Search in the Twitter archive
Search recent tweets
Capture an image of a tweet/thread
Collect statuses contained in a thread
Parsing data into tweets/users data tibbles
Pagination
Blocking or unblocking twitter users
Find users blocked.
Retrieve user bookmarks
Search users by username
Find followers.
Find which users are being followed.
Liked tweets from a user
Lists a specified user follows
Search users by username
Tweets mentioning a user
List muted users
Search users
Tweets from a user
User timeline
Tweets from a user
Get tweets from users, or users from tweets
Save Twitter data as a comma separated value file.
An implementation of calls designed to collect and organize Twitter data via Twitter's REST and stream Application Program Interfaces (API), which can be found at the following URL: <https://developer.twitter.com/en/docs>.
Useful links