Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@the-convocation/twitter-scraper

Package Overview
Dependencies
Maintainers
4
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@the-convocation/twitter-scraper - npm Package Compare versions

Comparing version 0.3.3 to 0.3.4

2

dist/timeline-v2.js

@@ -139,3 +139,3 @@ "use strict";

}
return { tweets: [], next: cursor };
return { tweets, next: cursor };
}

@@ -142,0 +142,0 @@ exports.parseTimelineTweetsV2 = parseTimelineTweetsV2;

{
"name": "@the-convocation/twitter-scraper",
"version": "0.3.3",
"version": "0.3.4",
"main": "dist/_module.js",

@@ -39,2 +39,3 @@ "repository": "https://github.com/the-convocation/twitter-scraper.git",

"cz-conventional-changelog": "^3.3.0",
"dotenv": "^16.3.1",
"eslint": "^8.41.0",

@@ -41,0 +42,0 @@ "eslint-config-prettier": "^8.8.0",

@@ -10,5 +10,7 @@ # twitter-scraper

Note that some API operations, such as search, require logging in with a real user account.
Refer to the [original README](https://github.com/n0madic/twitter-scraper) for details.
Known limitations:
* All operations now require logging in with a real user account (see [original README](https://github.com/n0madic/twitter-scraper#authentication))
* Twitter's frontend API does in fact have rate limits ([#11](https://github.com/the-convocation/twitter-scraper/issues/11))
## Installation

@@ -15,0 +17,0 @@ This package requires Node.js v16.0.0 or greater.

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc