Be sure you install python3-pip and
python3-venv.
sudo apt install python3-pip python3-venvCreate a folder to install Python applications
mkdir pyvenvPrepare enviroment to install Python packages
python3 -m venv pyvenvActivate enviroment
source ~/pyenv/bin/activateInstall package: In this case “Posting”
pip3 install postingOpen this application that is super intuitive and test any HTTP request against any API.
posting Enjoy!
I really like this project!