https://github.com/fa0311/twitter-openapi-typescript
Implementation of Twitter internal API (Twitter graphql API) in TypeScript
https://github.com/fa0311/twitter-openapi-typescript
graphql openapi scraper twitter twitter-bot typescript undocumented unofficial
Last synced: about 2 months ago
JSON representation
Implementation of Twitter internal API (Twitter graphql API) in TypeScript
- Host: GitHub
- URL: https://github.com/fa0311/twitter-openapi-typescript
- Owner: fa0311
- License: other
- Created: 2023-05-21T17:17:32.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2025-03-11T18:30:19.000Z (3 months ago)
- Last Synced: 2025-04-11T19:10:13.183Z (about 2 months ago)
- Topics: graphql, openapi, scraper, twitter, twitter-bot, typescript, undocumented, unofficial
- Language: TypeScript
- Homepage: https://www.npmjs.com/package/twitter-openapi-typescript
- Size: 1.23 MB
- Stars: 98
- Watchers: 5
- Forks: 13
- Open Issues: 15
-
Metadata Files:
- Readme: README-generated.md
- License: LICENSE
Awesome Lists containing this project
README
# twitter-openapi-typescript-generated
> Note! twitter-openapi-typescript-generated is a package for advanced users who are familiar with Twitter's API. In general, [twitter-openapi-typescript](twitter-openapi-typescript/README.md) should be used!
Build
```shell
git clone https://github.com/fa0311/twitter-openapi-typescript.git
cd twitter-openapi-typescript-generated
``````shell
openapi-generator-cli version # 6.5.0
``````shell
java -jar tools/openapi-generator-cli.jar generate -g typescript-fetch -c tools/openapi-generator-config.yaml
npm run build
```Setup
```shell
npm i twitter-openapi-typescript-generated
```Usage
[twitter-openapi-typescript-generated/README.md](./twitter-openapi-typescript-generated/README.md)