Package: twitteR 1.1.9

twitteR: R Based Twitter Client

Provides an interface to the Twitter web API.

Authors:Jeff Gentry <[email protected]>

twitteR_1.1.9.tar.gz
twitteR_1.1.9.zip(r-4.5)twitteR_1.1.9.zip(r-4.4)twitteR_1.1.9.zip(r-4.3)
twitteR_1.1.9.tgz(r-4.4-any)twitteR_1.1.9.tgz(r-4.3-any)
twitteR_1.1.9.tar.gz(r-4.5-noble)twitteR_1.1.9.tar.gz(r-4.4-noble)
twitteR_1.1.9.tgz(r-4.4-emscripten)twitteR_1.1.9.tgz(r-4.3-emscripten)
twitteR.pdf |twitteR.html
twitteR/json (API)
NEWS

# Install 'twitteR' in R:
install.packages('twitteR', repos = c('https://geoffjentry.r-universe.dev', 'https://cloud.r-project.org'))

Peer review:

Bug tracker:https://github.com/geoffjentry/twitter/issues

On CRAN:

77 exports 254 stars 6.21 score 12 dependencies 1 dependents 9 mentions 2.0k scripts 1.5k downloads

Last updated 8 years agofrom:815fecc7d5. Checks:OK: 1 WARNING: 6. Indexed: yes.

TargetResultDate
Doc / VignettesOKAug 30 2024
R-4.5-winWARNINGAug 30 2024
R-4.5-linuxWARNINGAug 30 2024
R-4.4-winWARNINGAug 30 2024
R-4.4-macWARNINGAug 30 2024
R-4.3-winWARNINGAug 13 2024
R-4.3-macWARNINGAug 13 2024

Exports:as.data.frameavailableTrendLocationsbuildStatusbuildUserclosestTrendLocationscreateddecode_short_urldeleteStatusdescriptiondmDestroydmFactorydmGetdmSenddmSentfavoritedfavoritesfavoritesCountfollowersCountfriendsCountfriendshipsget_latest_tweet_idgetCurRateLimitInfogetTrendsgetTwitterOAuthgetUserhomeTimelineidimport_objimport_statusesimport_trendsimport_userslastStatuslistTimelineload_tweets_dbload_users_dblocationlookup_statuseslookupUsersmentionsnameprotectedregister_db_backendregister_mysql_backendregister_sqlite_backendregisterTwitterOAuthreplyToSNresource_familiesretweetersretweetsretweetsOfMeretweetStatusRtweetsscreenNamesearch_twitter_and_storesearchTwittersearchTwitteRsetup_twitter_oauthshowshowStatusstatusesCountstatusFactorystatusSourcestatusTextstore_tweets_dbstore_users_dbstrip_retweetstaskStatustruncatedtweettweetCounttwListToDFupdateStatususe_oauth_tokenuserFactoryuserTimelineuserURLverified

Dependencies:askpassbitbit64curlDBIhttrjsonlitemimeopensslR6rjsonsys

Readme and manuals

Help Manual

Help pageTopics
A function to decode shortened URLsdecode_short_url
Class "directMessage": A class to represent Twitter Direct MessagesdirectMessage directMessage-class dmFactory show,directMessage-method
Functions to manipulate Twitter direct messagesdmDestroy dmGet dmSend dmSent
A function to get favorite tweetsfavorites
A function to detail relations between yourself & other usersfriendships
A function to retrieve the most recent tweet ID from a databaseget_latest_tweet_id
A function to retrieve current rate limit informationgetCurRateLimitInfo resource_families
Functions to view Twitter trendsavailableTrendLocations closestTrendLocations getTrends
Functions to manage Twitter usersgetUser lookupUsers
Functions to import twitteR objects from various sourcesimport_obj import_statuses import_trends import_users json_to_statuses json_to_trends json_to_users
Functions to persist/load twitteR data to a databaseload_tweets_db load_users_db store_tweets_db store_users_db
Functions to setup a database backend for twitteRregister_db_backend register_mysql_backend register_sqlite_backend
Register OAuth credentials to twitter R sessiongetTwitterOAuth registerTwitterOAuth
Functions to work with retweetsretweeters retweets
A function to store searched tweets to a databasesearch_twitter_and_store
Search twitterRtweets searchTwitteR searchTwitter
Sets up the OAuth credentials for a twitteR sessionsetup_twitter_oauth
Functions to return statuseslookup_statuses showStatus
Class to contain a Twitter statusas.data.frame,status-method as.data.frame,twitterObj-method buildStatus created,status-method favorited favorited,status-method id id,status-method replyToSID replyToSID,status-method replyToSN replyToSN,status-method replyToUID replyToUID,status-method retweetCount retweetCount,status-method retweeted retweeted,status-method retweetStatus screenName,status-method show,status-method show,twitterObjList-method status status-class statusFactory statusSource statusSource,status-method statusText statusText,status-method text,status-method truncated truncated,status-method [[,twitterObjList-method
A function to remove retweetsstrip_retweets
A function to send a Twitter DM after completion of a tasktaskStatus
Functions to view Twitter timelineshomeTimeline mentions retweetsOfMe userTimeline
A function to convert twitteR lists to data.framestwListToDF
Functions to manipulate Twitter statusdeleteStatus tweet updateStatus
Sets up the OAuth credentials for a twitteR session from an existing Token objectuse_oauth_token
A container object to model Twitter usersas.data.frame,user-method buildUser created created,user-method description description,user-method favoritesCount favoritesCount,user-method followersCount followersCount,user-method followRequestSent followRequestSent,user-method friendsCount friendsCount,user-method id,user-method lastStatus lastStatus,user-method listedCount listedCount,user-method location location,user-method name name,user-method profileImageUrl profileImageUrl,user-method protected protected,user-method screenName screenName,user-method show,user-method statusesCount statusesCount,user-method tweetCount tweetCount,user-method user user-class userFactory userURL userURL,user-method verified verified,user-method