An open API service indexing awesome lists of open source software.

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

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)