Metadata-Version: 2.1
Name: tweetkit
Version: 0.2.7
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
Provides-Extra: dev
License-File: LICENSE.md

# [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"
```
