Installation

Tweety is a Python library, which means you need to download and install Python from https://www.python.org/downloads/ if you haven’t already. Once you have Python installed, upgrade pip and run:

python3 -m pip install --upgrade pip
python3 -m pip install --upgrade tweety-ns

Please do check the full documentation before upgrading if upgrading to new version

Dependencies

httpx : The library will be used to make the http/2 requests to Twitter

tqdm : The library will be used to indicate the download progress of Media

dateutil : The library will be used to parse the dates in the http response

openpyxl : The library will be used to save the responses as an Excel Sheet