TweetKit
October 22, 2022 ยท View on GitHub
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"