Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 900 Bytes

README.md

File metadata and controls

39 lines (24 loc) · 900 Bytes

🕊 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.