Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/fa0311/twitter_openapi_python

Implementation of Twitter internal API (Twitter graphql API) in Python with data validation by pydantic
https://github.com/fa0311/twitter_openapi_python

graphql openapi pydantic python scraper twitter twitter-bot undocumented unofficial

Last synced: 2 days ago
JSON representation

Implementation of Twitter internal API (Twitter graphql API) in Python with data validation by pydantic

Awesome Lists containing this project

README

        

# twitter_openapi_python_generated

> Note! twitter-openapi-python-generated is a package for advanced users who are familiar with Twitter's API. In general, [twitter_openapi_python](twitter_openapi_python/README.md) should be used!

Build

```shell
git clone https://github.com/fa0311/twitter_openapi_python.git
cd twitter_openapi_python_generated
```

```shell
python -V # Python 3.10.8
openapi-generator-cli version # 7.8.0 beta
```

```shell
openapi-generator-cli generate -g python -c tools/openapi-generator-config.yaml
```

Setup

```shell
pip install twitter-openapi-python-generated
```

Usage

[twitter_openapi_python_generated/README.md](./twitter_openapi_python_generated/README.md)