Software Open Access

ropensci/rtweet: rtweet 1.2.0

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


DataCite XML Export

<?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 &amp; 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
&lt;ul&gt;
&lt;li&gt;&lt;p&gt;New &lt;code&gt;client_*&lt;/code&gt; functions to save, set and use a client app using Twitter API 
via the new authentication mechanism &lt;code&gt;rtweet_oauth2()&lt;/code&gt; (see below).
It has a helper function for the scopes the client is allowed to do &lt;code&gt;set_scopes()&lt;/code&gt;.
Endpoint have different scope requirements.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;&lt;p&gt;New authentication mechanism &lt;code&gt;rtweet_oauth2()&lt;/code&gt; 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.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
New endpoints using API v2
&lt;p&gt;New endpoints to retrieve data from twitter, no action is performed (no blocking, muting, posting new tweets...):&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;p&gt;New list endpoints: &lt;code&gt;list_expansions()&lt;/code&gt;, &lt;code&gt;list_fields()&lt;/code&gt;, &lt;code&gt;list_followers()&lt;/code&gt;, 
&lt;code&gt;list_get()&lt;/code&gt;, &lt;code&gt;list_members()&lt;/code&gt;, &lt;code&gt;list_membership()&lt;/code&gt;, &lt;code&gt;list_tweets()&lt;/code&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;&lt;p&gt;New tweet endpoints: &lt;code&gt;tweet_get()&lt;/code&gt;, &lt;code&gt;tweet_liking_users()&lt;/code&gt;, &lt;code&gt;tweet_retweeted_by()&lt;/code&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;&lt;p&gt;New user endpoints: &lt;code&gt;user_blocked()&lt;/code&gt;,&lt;code&gt;user_bookmarks()&lt;/code&gt;,&lt;code&gt;user_by_username()&lt;/code&gt;,
&lt;code&gt;user_following()&lt;/code&gt;, &lt;code&gt;user_followers()&lt;/code&gt;, &lt;code&gt;user_liked_tweets()&lt;/code&gt;, 
&lt;code&gt;user_list_follows()&lt;/code&gt;, &lt;code&gt;user_lists()&lt;/code&gt;, &lt;code&gt;user_mentions()&lt;/code&gt;, &lt;code&gt;user_search()&lt;/code&gt;, 
&lt;code&gt;user_self()&lt;/code&gt;, &lt;code&gt;user_timeline()&lt;/code&gt;, &lt;code&gt;user_tweets()&lt;/code&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;&lt;p&gt;New statistic endpoints: &lt;code&gt;tweet_counts_recent()&lt;/code&gt;, &lt;code&gt;tweet_counts_all()&lt;/code&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
Other changes
&lt;ul&gt;
&lt;li&gt;&lt;p&gt;Small breaking change: &lt;code&gt;expansions&lt;/code&gt; and &lt;code&gt;fields&lt;/code&gt; arguments now use &lt;code&gt;NA&lt;/code&gt; for all and &lt;code&gt;NULL&lt;/code&gt; for none.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;&lt;p&gt;New functions to set expansions and fields for the new functions: &lt;code&gt;set_expansions()&lt;/code&gt;, &lt;code&gt;set_fields()&lt;/code&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Fixed a bug that prevented &lt;code&gt;auth_setup_default()&lt;/code&gt; to work (#756 and #744)&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Fixed a bug so that the streaming functions use the current token.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;</description>
  </descriptions>
</resource>
1,346
74
views
downloads
All versions This version
Views 1,34645
Downloads 743
Data volume 401.1 MB8.8 MB
Unique views 1,21944
Unique downloads 663

Share

Cite as