Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/book000/twitterts
Twitter Unofficial Scraping API Library for TypeScript : https://book000.github.io/twitterts/
https://github.com/book000/twitterts
Last synced: 1 day ago
JSON representation
Twitter Unofficial Scraping API Library for TypeScript : https://book000.github.io/twitterts/
- Host: GitHub
- URL: https://github.com/book000/twitterts
- Owner: book000
- License: mit
- Created: 2023-06-18T14:59:38.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-10-29T20:43:30.000Z (16 days ago)
- Last Synced: 2024-10-29T20:58:08.212Z (16 days ago)
- Language: TypeScript
- Homepage: https://www.npmjs.com/package/@book000/twitterts
- Size: 3.76 MB
- Stars: 22
- Watchers: 2
- Forks: 2
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🕊 twitterts
[Twitter](https://x.com) Unofficial Scraping API Library for TypeScript
## 🚀 Install
This library is available at npm: [@book000/twitterts](https://www.npmjs.com/package/@book000/twitterts)
If you are using npm:
```shell
npm install @book000/twitterts
```or if you are using yarn:
```shell
yarn add @book000/twitterts
```or if you are using pnpm:
```shell
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](https://book000.github.io/twitterts/).
Please note that many of the comments in the document are written in Japanese!## 📑 License
This project is licensed under the [MIT License](LICENSE).