Metadata-Version: 2.1
Name: tweetkit
Version: 0.2.2
Summary: TweetKit
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/x-rst
License-File: LICENSE.md
Requires-Dist: requests (>=2.27)
Requires-Dist: oauthlib (>=3.2)
Requires-Dist: requests-oauthlib (>=1.3)
Provides-Extra: dev
Requires-Dist: pytest ; extra == 'dev'
Requires-Dist: pip-tools ; extra == 'dev'
Requires-Dist: build ; extra == 'dev'

# [TweetKit](https://github.com/ysenarath/tweetkit)

[![Documentation Status](https://readthedocs.org/projects/tweetkit/badge/?version=latest)](https://tweetkit.readthedocs.io/en/latest/?badge=latest) 
[![PyPI version](https://badge.fury.io/py/tweetkit.svg)](https://badge.fury.io/py/tweetkit)

A python Twitter client focused mainly on Twitter API for academic research. 

Installation
============

If you have pip installed:

`pip install tweetkit`

From the source:
```shell
git clone https://github.com/ysenarath/tweetkit.git
# add path to the ./tweetkit folder in PYTHONPATH
export PYTHONPATH="${PYTHONPATH}:$(pwd)/tweetkit"
```
