Package: twitteR 1.1.9
twitteR: R Based Twitter Client
Provides an interface to the Twitter web API.
Authors:
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')) |
Bug tracker:https://github.com/geoffjentry/twitter/issues
Last updated 8 years agofrom:815fecc7d5. Checks:OK: 1 WARNING: 6. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Oct 29 2024 |
R-4.5-win | WARNING | Oct 29 2024 |
R-4.5-linux | WARNING | Oct 29 2024 |
R-4.4-win | WARNING | Oct 29 2024 |
R-4.4-mac | WARNING | Oct 29 2024 |
R-4.3-win | WARNING | Oct 29 2024 |
R-4.3-mac | WARNING | Oct 29 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 page | Topics |
---|---|
A function to decode shortened URLs | decode_short_url |
Class "directMessage": A class to represent Twitter Direct Messages | directMessage directMessage-class dmFactory show,directMessage-method |
Functions to manipulate Twitter direct messages | dmDestroy dmGet dmSend dmSent |
A function to get favorite tweets | favorites |
A function to detail relations between yourself & other users | friendships |
A function to retrieve the most recent tweet ID from a database | get_latest_tweet_id |
A function to retrieve current rate limit information | getCurRateLimitInfo resource_families |
Functions to view Twitter trends | availableTrendLocations closestTrendLocations getTrends |
Functions to manage Twitter users | getUser lookupUsers |
Functions to import twitteR objects from various sources | import_obj import_statuses import_trends import_users json_to_statuses json_to_trends json_to_users |
Functions to persist/load twitteR data to a database | load_tweets_db load_users_db store_tweets_db store_users_db |
Functions to setup a database backend for twitteR | register_db_backend register_mysql_backend register_sqlite_backend |
Register OAuth credentials to twitter R session | getTwitterOAuth registerTwitterOAuth |
Functions to work with retweets | retweeters retweets |
A function to store searched tweets to a database | search_twitter_and_store |
Search twitter | Rtweets searchTwitteR searchTwitter |
Sets up the OAuth credentials for a twitteR session | setup_twitter_oauth |
Functions to return statuses | lookup_statuses showStatus |
Class to contain a Twitter status | as.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 retweets | strip_retweets |
A function to send a Twitter DM after completion of a task | taskStatus |
Functions to view Twitter timelines | homeTimeline mentions retweetsOfMe userTimeline |
A function to convert twitteR lists to data.frames | twListToDF |
Functions to manipulate Twitter status | deleteStatus tweet updateStatus |
Sets up the OAuth credentials for a twitteR session from an existing Token object | use_oauth_token |
A container object to model Twitter users | as.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 |