Skip to content
This repository was archived by the owner on Jan 17, 2026. It is now read-only.

book000/twitterts

Repository files navigation

This project is no longer maintained and has been archived.

This project is being archived because it can no longer be maintained for the following reasons:

  • It has become difficult to circumvent bot countermeasures due to changes in Twitter (X) specifications.
  • The number of response patterns has increased, making it difficult to dynamically extract response patterns.
  • The developer can no longer dedicate time to this project.
  • Approaches using browser automation like Puppeteer are being replaced by methods that directly call internal APIs.

We are very grateful for the many people who starred this repository and for the fact that some repositories had dependencies on it.
Thank you for everything❤

🕊 twitterts

Twitter Unofficial Scraping API Library for TypeScript

🚀 Install

This library is available at npm: @book000/twitterts

If you are using npm:

npm install @book000/twitterts

or if you are using yarn:

yarn add @book000/twitterts

or if you are using pnpm:

pnpm add @book000/twitterts

✨ Features

  • It uses Puppeteer to capture traffic that occurs on x.com.
  • The data will be retrieved using a Twitter account. A valid Twitter account is required.

📚 API Document

The API documentation for this library is hosted on GitHub Pages and can be found here.
Please note that many of the comments in the document are written in Japanese!

📑 License

This project is licensed under the MIT License.

About

Twitter Unofficial Scraping API Library for TypeScript : https://book000.github.io/twitterts/

Resources

License

Stars

Watchers

Forks

Packages

No packages published