0.1.4 • Published 3 years ago
@immohika/twitter-scraper v0.1.4
twitter-scraper
fork of the-convocation/twitter-scraper
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-scraperYarn:
yarn add @the-convocation/twitter-scraperTypeScript types have been bundled with the distribution.
Contributing
We use Conventional Commits, and enforce this with precommit checks.
0.1.4
3 years ago