FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [View Raw Code]   [Original HTTPS Page]

twitter_openapi_python/README.md at master · SKarajic/twitter_openapi_python · GitHub

Latest commit

 

History

History
54 lines (35 loc) · 1.38 KB

File metadata and controls

54 lines (35 loc) · 1.38 KB

twitter_openapi_python

Typed Twitter scrapers by Pydantic.

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

Usage

twitter_openapi_python_generated/README.md


Back | FazBrowse Home | New Git URL