You will need to install the requests package:
pip install requests
From the folder that has the file run this:
python3 PyTaterMini.py
if you want to keep it running after the terminal window is closed use:
nohup python3 PyTaterMini.py >/dev/null 2>&1 &