A port of n0madic/twitter-scraper to Node.js. https://the-convocation.github.io/twitter-scraper/

karashiiro 2cda818d76 chore: version bump 2 年 前
.github a15a4b3d38 fix: publish workflow 2 年 前
.husky 84f43b3fc9 chore: add commit linting 2 年 前
src b21ff5eb42 feat: add docs workflow 2 年 前
.commitlintrc 84f43b3fc9 chore: add commit linting 2 年 前
.eslintrc.js b21ff5eb42 feat: add docs workflow 2 年 前
.gitattributes 6e5c062b3f chore: add gitattributes 2 年 前
.gitignore 6a731496c9 feat: add documentation 2 年 前
.npmignore 771d09cade feat: add publish workflow 2 年 前
.prettierignore f79f501b06 fix: bundle types 2 年 前
.prettierrc 99db1493fa chore: scaffold project 2 年 前
LICENSE d368af1bb3 chore: initial commit 2 年 前
README.md 771d09cade feat: add publish workflow 2 年 前
jest.config.js 99db1493fa chore: scaffold project 2 年 前
package.json 2cda818d76 chore: version bump 2 年 前
tsconfig.json b21ff5eb42 feat: add docs workflow 2 年 前
yarn.lock 6a731496c9 feat: add documentation 2 年 前

README.md

twitter-scraper

Documentation badge

A port of n0madic/twitter-scraper to Node.js.

Twitter's API is annoying to work with, and has lots of limitations — luckily their frontend (JavaScript) has it's own API, which I reverse-engineered. No API rate limits. No tokens needed. No restrictions. Extremely fast.

You can use this library to get the text of any user's Tweets trivially.

Installation

This package requires Node.js v15.10.0 or greater.

NPM:

npm install @the-convocation/twitter-scraper

Yarn:

yarn add @the-convocation/twitter-scraper

TypeScript types have been bundled with the distribution.

Contributing

We use Conventional Commits, and enforce this with precommit checks.