Software Open Access
Lluís Revilla; Michael W. Kearney; Hadley Wickham; boB Rudis; Thomas Keller; Simon Heß; tylermorganwall; Kevin Taylor; Maëlle Salmon; Diego H.; Giorgio Comai; Ben Dilday; Jeroen Ooms; Richard Latham; Mike Chapple; 001ben; Aaron Rudkin; Benjamin Soltoff; Bfics; Brent Schneeman; Christophe Dervieux; Dave Parr; Dr Tom August; Emil Hvitfeldt; Filipe Cavalcanti; Garrick Aden-Buie; Hiroaki Yutani; Iñaki Ucar; Jemma Stachelek; Jennifer (Jenny) Bryan
New client_*
functions to save, set and use a client app using Twitter API
via the new authentication mechanism rtweet_oauth2()
(see below).
It has a helper function for the scopes the client is allowed to do set_scopes()
.
Endpoint have different scope requirements.
New authentication mechanism rtweet_oauth2()
required by some endpoints.
Only valid for 2 hours until it is automatically renewed, but it is left to
the user to save it every time it is renewed.
New endpoints to retrieve data from twitter, no action is performed (no blocking, muting, posting new tweets...):
New list endpoints: list_expansions()
, list_fields()
, list_followers()
,
list_get()
, list_members()
, list_membership()
, list_tweets()
.
New tweet endpoints: tweet_get()
, tweet_liking_users()
, tweet_retweeted_by()
.
New user endpoints: user_blocked()
,user_bookmarks()
,user_by_username()
,
user_following()
, user_followers()
, user_liked_tweets()
,
user_list_follows()
, user_lists()
, user_mentions()
, user_search()
,
user_self()
, user_timeline()
, user_tweets()
.
New statistic endpoints: tweet_counts_recent()
, tweet_counts_all()
.
Small breaking change: expansions
and fields
arguments now use NA
for all and NULL
for none.
New functions to set expansions and fields for the new functions: set_expansions()
, set_fields()
.
Fixed a bug that prevented auth_setup_default()
to work (#756 and #744)
Fixed a bug so that the streaming functions use the current token.
Name | Size | |
---|---|---|
ropensci/rtweet-v1.2.0.zip
md5:135cabc0abd1e263c9b0e28286b2f1da |
2.9 MB | Download |
All versions | This version | |
---|---|---|
Views | 1,234 | 13 |
Downloads | 67 | 1 |
Data volume | 374.6 MB | 2.9 MB |
Unique views | 1,119 | 13 |
Unique downloads | 59 | 1 |