UPDATE: Zenodo migration postponed to Oct 13 from 06:00-08:00 UTC. Read the announcement.

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


JSON Export

{
  "files": [
    {
      "links": {
        "self": "https://zenodo.org/api/files/1a506db4-d053-459c-811f-b800693ea28d/ropensci/rtweet-v1.2.0.zip"
      }, 
      "checksum": "md5:135cabc0abd1e263c9b0e28286b2f1da", 
      "bucket": "1a506db4-d053-459c-811f-b800693ea28d", 
      "key": "ropensci/rtweet-v1.2.0.zip", 
      "type": "zip", 
      "size": 2938626
    }
  ], 
  "owners": [
    58062
  ], 
  "doi": "10.5281/zenodo.7787167", 
  "stats": {
    "version_unique_downloads": 62.0, 
    "unique_views": 34.0, 
    "views": 34.0, 
    "version_views": 1290.0, 
    "unique_downloads": 3.0, 
    "version_unique_views": 1167.0, 
    "volume": 8815878.0, 
    "version_downloads": 70.0, 
    "downloads": 3.0, 
    "version_volume": 383014357.0
  }, 
  "links": {
    "doi": "https://doi.org/10.5281/zenodo.7787167", 
    "conceptdoi": "https://doi.org/10.5281/zenodo.2528480", 
    "bucket": "https://zenodo.org/api/files/1a506db4-d053-459c-811f-b800693ea28d", 
    "conceptbadge": "https://zenodo.org/badge/doi/10.5281/zenodo.2528480.svg", 
    "html": "https://zenodo.org/record/7787167", 
    "latest_html": "https://zenodo.org/record/7787167", 
    "badge": "https://zenodo.org/badge/doi/10.5281/zenodo.7787167.svg", 
    "latest": "https://zenodo.org/api/records/7787167"
  }, 
  "conceptdoi": "10.5281/zenodo.2528480", 
  "created": "2023-03-30T21:44:33.667462+00:00", 
  "updated": "2023-03-31T02:26:55.301456+00:00", 
  "conceptrecid": "2528480", 
  "revision": 3, 
  "id": 7787167, 
  "metadata": {
    "access_right_category": "success", 
    "doi": "10.5281/zenodo.7787167", 
    "description": "Authentication changes\n<ul>\n<li><p>New <code>client_*</code> functions to save, set and use a client app using Twitter API \nvia the new authentication mechanism <code>rtweet_oauth2()</code> (see below).\nIt has a helper function for the scopes the client is allowed to do <code>set_scopes()</code>.\nEndpoint have different scope requirements.</p>\n</li>\n<li><p>New authentication mechanism <code>rtweet_oauth2()</code> required by some endpoints.\nOnly valid for 2 hours until it is automatically renewed, but it is left to \nthe user to save it every time it is renewed.</p>\n</li>\n</ul>\nNew endpoints using API v2\n<p>New endpoints to retrieve data from twitter, no action is performed (no blocking, muting, posting new tweets...):</p>\n<ul>\n<li><p>New list endpoints: <code>list_expansions()</code>, <code>list_fields()</code>, <code>list_followers()</code>, \n<code>list_get()</code>, <code>list_members()</code>, <code>list_membership()</code>, <code>list_tweets()</code>.</p>\n</li>\n<li><p>New tweet endpoints: <code>tweet_get()</code>, <code>tweet_liking_users()</code>, <code>tweet_retweeted_by()</code>.</p>\n</li>\n<li><p>New user endpoints: <code>user_blocked()</code>,<code>user_bookmarks()</code>,<code>user_by_username()</code>,\n<code>user_following()</code>, <code>user_followers()</code>, <code>user_liked_tweets()</code>, \n<code>user_list_follows()</code>, <code>user_lists()</code>, <code>user_mentions()</code>, <code>user_search()</code>, \n<code>user_self()</code>, <code>user_timeline()</code>, <code>user_tweets()</code>.</p>\n</li>\n<li><p>New statistic endpoints: <code>tweet_counts_recent()</code>, <code>tweet_counts_all()</code>.</p>\n</li>\n</ul>\nOther changes\n<ul>\n<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>\n</li>\n<li><p>New functions to set expansions and fields for the new functions: <code>set_expansions()</code>, <code>set_fields()</code>.</p>\n</li>\n<li><p>Fixed a bug that prevented <code>auth_setup_default()</code> to work (#756 and #744)</p>\n</li>\n<li><p>Fixed a bug so that the streaming functions use the current token.</p>\n</li>\n</ul>", 
    "license": {
      "id": "other-open"
    }, 
    "title": "ropensci/rtweet: rtweet 1.2.0", 
    "relations": {
      "version": [
        {
          "count": 5, 
          "index": 4, 
          "parent": {
            "pid_type": "recid", 
            "pid_value": "2528480"
          }, 
          "is_last": true, 
          "last_child": {
            "pid_type": "recid", 
            "pid_value": "7787167"
          }
        }
      ]
    }, 
    "version": "v1.2.0", 
    "publication_date": "2023-03-30", 
    "creators": [
      {
        "affiliation": "@irsi-tiv", 
        "name": "Llu\u00eds Revilla"
      }, 
      {
        "affiliation": "@AwareHQ", 
        "name": "Michael W. Kearney"
      }, 
      {
        "affiliation": "@posit-pbc", 
        "name": "Hadley Wickham"
      }, 
      {
        "affiliation": "GreyNoise Intelligence", 
        "name": "boB Rudis"
      }, 
      {
        "name": "Thomas Keller"
      }, 
      {
        "name": "Simon He\u00df"
      }, 
      {
        "name": "tylermorganwall"
      }, 
      {
        "name": "Kevin Taylor"
      }, 
      {
        "affiliation": "@ropensci", 
        "name": "Ma\u00eblle Salmon"
      }, 
      {
        "name": "Diego H."
      }, 
      {
        "affiliation": "OBCT/CCI", 
        "name": "Giorgio Comai"
      }, 
      {
        "name": "Ben Dilday"
      }, 
      {
        "affiliation": "Berkeley Institute for Data Science", 
        "name": "Jeroen Ooms"
      }, 
      {
        "affiliation": "Booz Allen Hamilton", 
        "name": "Richard Latham"
      }, 
      {
        "name": "Mike Chapple"
      }, 
      {
        "name": "001ben"
      }, 
      {
        "name": "Aaron Rudkin"
      }, 
      {
        "name": "Benjamin Soltoff"
      }, 
      {
        "name": "Bfics"
      }, 
      {
        "affiliation": "Thought and Memory, LLC", 
        "name": "Brent Schneeman"
      }, 
      {
        "affiliation": "https://posit.co", 
        "name": "Christophe Dervieux"
      }, 
      {
        "affiliation": "www.engi.ai", 
        "name": "Dave Parr"
      }, 
      {
        "affiliation": "Centre for Ecology & Hydrology", 
        "name": "Dr Tom August"
      }, 
      {
        "affiliation": "@RStudio", 
        "name": "Emil Hvitfeldt"
      }, 
      {
        "name": "Filipe Cavalcanti"
      }, 
      {
        "affiliation": "@rstudio", 
        "name": "Garrick Aden-Buie"
      }, 
      {
        "name": "Hiroaki Yutani"
      }, 
      {
        "affiliation": "@uc3m @IBiDat", 
        "name": "I\u00f1aki Ucar"
      }, 
      {
        "affiliation": "Los Alamos National Laboratory", 
        "name": "Jemma Stachelek"
      }, 
      {
        "affiliation": "@posit-pbc", 
        "name": "Jennifer (Jenny) Bryan"
      }
    ], 
    "access_right": "open", 
    "resource_type": {
      "type": "software", 
      "title": "Software"
    }, 
    "related_identifiers": [
      {
        "scheme": "url", 
        "identifier": "https://github.com/ropensci/rtweet/tree/v1.2.0", 
        "relation": "isSupplementTo"
      }, 
      {
        "scheme": "doi", 
        "identifier": "10.5281/zenodo.2528480", 
        "relation": "isVersionOf"
      }
    ]
  }
}
1,290
70
views
downloads
All versions This version
Views 1,29034
Downloads 703
Data volume 383.0 MB8.8 MB
Unique views 1,16734
Unique downloads 623

Share

Cite as