| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Typed Twitter scrapers by Pydantic.
This repository contains two packages.
graph LR
A[twitter-openapi]--Auto Generated-->B[twitter_openapi_python_generated]
B--Simplified handling-->C[twitter_openapi_python]
Learn more about people-friendly Python packages here.
twitter_openapi_python/README.md
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_generatedpython -V # Python 3.10.8
openapi-generator-cli version # 7.0.0 betaopenapi-generator-cli generate -g python -c tools/openapi-generator-config.yamlSetup
pip install twitter-openapi-python-generatedUsage
| Back | FazBrowse Home | New Git URL |