Getting started#
This section will help you to get started with using TweetKit python library. Specifically, it will focus on how you can install the library.
Python version support#
Officially Python 3.7, 3.8, 3.9 and 3.10.
Installation#
Installing from PyPI#
TweetKit can be installed via pip from PyPI.
pip install tweetkit
Installing from source#
git clone https://github.com/ysenarath/tweetkit.git
# add path to the ./tweetkit folder in PYTHONPATH
export PYTHONPATH="${PYTHONPATH}:$(pwd)/tweetkit"