Skip to content

countertek/twita

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/.