Basically just a simple shell script to take a screenshot using flameshot and automatically upload it to https://nest.rip
jq
flameshot
curl
git
sudo pacman -S curl flameshot jq git
sudo apt-get install jq flameshot curl git
Make the script executable
git clone https://github.com/Shusz/nest.rip-upl.git
cd nest.rip-upl
chmod +x ss.sh
Create a file named ".auth" with your nest.rip auth token in the same directory as the shell script.
echo YOUR_AUTH_TOKEN_HERE >> .auth
Execute the script, if everything works, add it as a shortcut in your window manager.
./ss.sh