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
<?xml version='1.0' encoding='utf-8'?> <resource xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://datacite.org/schema/kernel-4" xsi:schemaLocation="http://datacite.org/schema/kernel-4 http://schema.datacite.org/meta/kernel-4.1/metadata.xsd"> <identifier identifierType="DOI">10.5281/zenodo.7787167</identifier> <creators> <creator> <creatorName>Lluís Revilla</creatorName> <affiliation>@irsi-tiv</affiliation> </creator> <creator> <creatorName>Michael W. Kearney</creatorName> <affiliation>@AwareHQ</affiliation> </creator> <creator> <creatorName>Hadley Wickham</creatorName> <affiliation>@posit-pbc</affiliation> </creator> <creator> <creatorName>boB Rudis</creatorName> <affiliation>GreyNoise Intelligence</affiliation> </creator> <creator> <creatorName>Thomas Keller</creatorName> </creator> <creator> <creatorName>Simon Heß</creatorName> </creator> <creator> <creatorName>tylermorganwall</creatorName> </creator> <creator> <creatorName>Kevin Taylor</creatorName> </creator> <creator> <creatorName>Maëlle Salmon</creatorName> <affiliation>@ropensci</affiliation> </creator> <creator> <creatorName>Diego H.</creatorName> </creator> <creator> <creatorName>Giorgio Comai</creatorName> <affiliation>OBCT/CCI</affiliation> </creator> <creator> <creatorName>Ben Dilday</creatorName> </creator> <creator> <creatorName>Jeroen Ooms</creatorName> <affiliation>Berkeley Institute for Data Science</affiliation> </creator> <creator> <creatorName>Richard Latham</creatorName> <affiliation>Booz Allen Hamilton</affiliation> </creator> <creator> <creatorName>Mike Chapple</creatorName> </creator> <creator> <creatorName>001ben</creatorName> </creator> <creator> <creatorName>Aaron Rudkin</creatorName> </creator> <creator> <creatorName>Benjamin Soltoff</creatorName> </creator> <creator> <creatorName>Bfics</creatorName> </creator> <creator> <creatorName>Brent Schneeman</creatorName> <affiliation>Thought and Memory, LLC</affiliation> </creator> <creator> <creatorName>Christophe Dervieux</creatorName> <affiliation>https://posit.co</affiliation> </creator> <creator> <creatorName>Dave Parr</creatorName> <affiliation>www.engi.ai</affiliation> </creator> <creator> <creatorName>Dr Tom August</creatorName> <affiliation>Centre for Ecology & Hydrology</affiliation> </creator> <creator> <creatorName>Emil Hvitfeldt</creatorName> <affiliation>@RStudio</affiliation> </creator> <creator> <creatorName>Filipe Cavalcanti</creatorName> </creator> <creator> <creatorName>Garrick Aden-Buie</creatorName> <affiliation>@rstudio</affiliation> </creator> <creator> <creatorName>Hiroaki Yutani</creatorName> </creator> <creator> <creatorName>Iñaki Ucar</creatorName> <affiliation>@uc3m @IBiDat</affiliation> </creator> <creator> <creatorName>Jemma Stachelek</creatorName> <affiliation>Los Alamos National Laboratory</affiliation> </creator> <creator> <creatorName>Jennifer (Jenny) Bryan</creatorName> <affiliation>@posit-pbc</affiliation> </creator> </creators> <titles> <title>ropensci/rtweet: rtweet 1.2.0</title> </titles> <publisher>Zenodo</publisher> <publicationYear>2023</publicationYear> <dates> <date dateType="Issued">2023-03-30</date> </dates> <resourceType resourceTypeGeneral="Software"/> <alternateIdentifiers> <alternateIdentifier alternateIdentifierType="url">https://zenodo.org/record/7787167</alternateIdentifier> </alternateIdentifiers> <relatedIdentifiers> <relatedIdentifier relatedIdentifierType="URL" relationType="IsSupplementTo">https://github.com/ropensci/rtweet/tree/v1.2.0</relatedIdentifier> <relatedIdentifier relatedIdentifierType="DOI" relationType="IsVersionOf">10.5281/zenodo.2528480</relatedIdentifier> </relatedIdentifiers> <version>v1.2.0</version> <rightsList> <rights rightsURI="info:eu-repo/semantics/openAccess">Open Access</rights> </rightsList> <descriptions> <description descriptionType="Abstract">Authentication changes <ul> <li><p>New <code>client_*</code> functions to save, set and use a client app using Twitter API via the new authentication mechanism <code>rtweet_oauth2()</code> (see below). It has a helper function for the scopes the client is allowed to do <code>set_scopes()</code>. Endpoint have different scope requirements.</p> </li> <li><p>New authentication mechanism <code>rtweet_oauth2()</code> 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.</p> </li> </ul> New endpoints using API v2 <p>New endpoints to retrieve data from twitter, no action is performed (no blocking, muting, posting new tweets...):</p> <ul> <li><p>New list endpoints: <code>list_expansions()</code>, <code>list_fields()</code>, <code>list_followers()</code>, <code>list_get()</code>, <code>list_members()</code>, <code>list_membership()</code>, <code>list_tweets()</code>.</p> </li> <li><p>New tweet endpoints: <code>tweet_get()</code>, <code>tweet_liking_users()</code>, <code>tweet_retweeted_by()</code>.</p> </li> <li><p>New user endpoints: <code>user_blocked()</code>,<code>user_bookmarks()</code>,<code>user_by_username()</code>, <code>user_following()</code>, <code>user_followers()</code>, <code>user_liked_tweets()</code>, <code>user_list_follows()</code>, <code>user_lists()</code>, <code>user_mentions()</code>, <code>user_search()</code>, <code>user_self()</code>, <code>user_timeline()</code>, <code>user_tweets()</code>.</p> </li> <li><p>New statistic endpoints: <code>tweet_counts_recent()</code>, <code>tweet_counts_all()</code>.</p> </li> </ul> Other changes <ul> <li><p>Small breaking change: <code>expansions</code> and <code>fields</code> arguments now use <code>NA</code> for all and <code>NULL</code> for none.</p> </li> <li><p>New functions to set expansions and fields for the new functions: <code>set_expansions()</code>, <code>set_fields()</code>.</p> </li> <li><p>Fixed a bug that prevented <code>auth_setup_default()</code> to work (#756 and #744)</p> </li> <li><p>Fixed a bug so that the streaming functions use the current token.</p> </li> </ul></description> </descriptions> </resource>
All versions | This version | |
---|---|---|
Views | 1,346 | 45 |
Downloads | 74 | 3 |
Data volume | 401.1 MB | 8.8 MB |
Unique views | 1,219 | 44 |
Unique downloads | 66 | 3 |