@the-convocation/twitter-scraper
Advanced tools
Comparing version 0.3.3 to 0.3.4
@@ -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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
163715
31
22