twita

Twitter Hidden API Library


Keywords
twitter, api
License
Other
Install
pip install twita==0.0.2

Documentation

Twita

WIP

A library to fetch Twitter data using Twitter API v2 (hidden).

Why this library?

To be filled.

twita tries to counter these problems to provide these features:

  • No authentication (API key) is needed to access the data.
  • Fully Async based.
  • Proxy support via httpx.

Install

You can install this library easily from pypi:

# with pip
pip install twita

# with poetry
poetry add twita

License

GNU LGPLv3 Image

Copyright (C) 2022-present DaRekaze <https://github.com/darekaze>

Twita is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

Twita is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public License along with Twita. If not, see http://www.gnu.org/licenses/.