Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 635 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 635 Bytes

Documentation Status PyPI version

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

Installation

If you have pip installed:

pip install tweetkit

From the source:

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