There is a newer version of this record available.

Software Open Access

ropensci/rtweet: rtweet 1.1.0

Michael W. Kearney; Lluís Revilla; 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.7517577</identifier>
  <creators>
    <creator>
      <creatorName>Michael W. Kearney</creatorName>
      <affiliation>@AwareHQ</affiliation>
    </creator>
    <creator>
      <creatorName>Lluís Revilla</creatorName>
      <affiliation>@ibd-bcn</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>
    </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.1.0</title>
  </titles>
  <publisher>Zenodo</publisher>
  <publicationYear>2023</publicationYear>
  <dates>
    <date dateType="Issued">2023-01-09</date>
  </dates>
  <resourceType resourceTypeGeneral="Software"/>
  <alternateIdentifiers>
    <alternateIdentifier alternateIdentifierType="url">https://zenodo.org/record/7517577</alternateIdentifier>
  </alternateIdentifiers>
  <relatedIdentifiers>
    <relatedIdentifier relatedIdentifierType="URL" relationType="IsSupplementTo">https://github.com/ropensci/rtweet/tree/v1.1.0</relatedIdentifier>
    <relatedIdentifier relatedIdentifierType="DOI" relationType="IsVersionOf">10.5281/zenodo.2528480</relatedIdentifier>
  </relatedIdentifiers>
  <version>v1.1.0</version>
  <rightsList>
    <rights rightsURI="info:eu-repo/semantics/openAccess">Open Access</rights>
  </rightsList>
  <descriptions>
    <description descriptionType="Abstract">&lt;ul&gt;
&lt;li&gt;Fixed a bug that prevented posting multiple media in the same tweet.&lt;/li&gt;
&lt;li&gt;Argument premium is correctly handled in &lt;code&gt;search_fullarchive&lt;/code&gt; and &lt;code&gt;search_30day&lt;/code&gt; (#720).  &lt;/li&gt;
&lt;li&gt;ts_plot uses the first two columns of grouped data.frames for plotting (#724 and #727).&lt;/li&gt;
&lt;li&gt;get_timeline returns user data for multiple accounts (#723).&lt;/li&gt;
&lt;li&gt;network_data now handles deleted accounts (#730).&lt;/li&gt;
&lt;li&gt;retryonratelimit works again on paginated endpoints (#732).&lt;/li&gt;
&lt;li&gt;Fixed multiple bugs that prevented &lt;code&gt;auth_sitrep()&lt;/code&gt; to work in some cases. &lt;/li&gt;
&lt;li&gt;Provided &lt;code&gt;rbind&lt;/code&gt; and subsetting methods (&lt;code&gt;[&lt;/code&gt;) for rtweet new classes.&lt;/li&gt;
&lt;li&gt;Fixed a bug about sending a private message (#735).&lt;/li&gt;
&lt;li&gt;Provided a function &lt;code&gt;clean_tweets()&lt;/code&gt; for cleaning entities from the text of tweets (#721).&lt;/li&gt;
&lt;li&gt;New helper methods for extracting data from entities in tweets: &lt;code&gt;entity()&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;Columns of the parsed output are now always in the same order (#740).&lt;/li&gt;
&lt;li&gt;New methods to retrieve &lt;code&gt;ids()&lt;/code&gt; from multiple classes and print nicer in &lt;code&gt;post_tweet()&lt;/code&gt; (#452).&lt;/li&gt;
&lt;li&gt;&lt;code&gt;post_tweet()&lt;/code&gt; now invisible returns the tweet information.&lt;/li&gt;
&lt;li&gt;Provides initial support for API v2 for streaming endpoints: 
&lt;code&gt;filtered_stream()&lt;/code&gt; and &lt;code&gt;sample_stream()&lt;/code&gt;, including adding rules 
&lt;code&gt;stream_add_rules()&lt;/code&gt; and &lt;code&gt;stream_rm_rules()&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;Deprecated old stream function. &lt;/li&gt;
&lt;li&gt;Handle more graciously if a whole data.frame is used for &lt;code&gt;lookup_tweets()&lt;/code&gt;.&lt;/li&gt;
&lt;/ul&gt;</description>
  </descriptions>
</resource>
1,234
67
views
downloads
All versions This version
Views 1,23455
Downloads 672
Data volume 374.6 MB5.9 MB
Unique views 1,11950
Unique downloads 592

Share

Cite as