ppython script

  1. S

    Help with script to upload via api

    I'm trying to make a python script to upload to clipwatching via api, but I'm stuck. Below is a script I use and the response, I get. No error, but also no file in my account. I can't figure what I'm doing wrong. Can anyone help? #!/usr/bin/env python3 import requests api_key='actual_key'...
Back
Top