Skip to content

Latest commit

 

History

History
63 lines (40 loc) · 1.69 KB

README.md

File metadata and controls

63 lines (40 loc) · 1.69 KB

twitter_openapi_python

Typed Twitter scrapers by Pydantic.

issues / discussions

Table of Contents

This repository contains two packages.

graph LR
  A[twitter-openapi]--Auto Generated-->B[twitter_openapi_python_generated]
  B--Simplified handling-->C[twitter_openapi_python]
Loading

twitter_openapi_python

Learn more about people-friendly Python packages here.

twitter_openapi_python/README.md

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 should be used!

Build

git clone https://github.com/fa0311/twitter_openapi_python.git
cd twitter_openapi_python_generated
python -V # Python 3.10.8
openapi-generator-cli version # 7.0.0 beta
openapi-generator-cli generate -g python -c tools/openapi-generator-config.yaml

Setup

pip install twitter-openapi-python-generated

License

This project is dual licensed. You can choose one of the following licenses:

Usage

twitter_openapi_python_generated/README.md