=====
twarc is a command line tool and Python library for archiving Twitter JSON data. It works with the older v1.1 API and the newer v2 API and Academic Access.
See twarc
documentation for running commands using the v1.1 API: twarc and twarc2 for using the v2 API.
If you have python installed, you can install twarc using:
pip3 install twarc
Once installed, you should be able to use the twarc command line, or use it as a Python library.