Mirror
See also
List of video editing software
List of video editing software for Linux
List of video editing software for macOS
List of video editing software for Windows
Comparison of video editing software
Comparison of free and open-source software
Comparison of Windows file searching tools
References
External links
Category:Windows-only software
Category:Windows multimedia software
Category:Video editing software
Category:Graphic software in fiction
Category:Video software
Category:Free software programmed in C++
Category:2003 software; RUN: llc Q:
Login with API in python
Trying to write login with an API in python.
I'm using urllib to send the request, and getting this error.
from urllib import urlencode
import urllib.request
import urllib.parse
token ='some token'
params = {'access_token': token}
auth = urllib.parse.urlencode(params)
req = urllib.request.Request("", auth)
response = urllib.request.urlopen(req)
# Extract the return value
retVal = response.read()
print(retVal)
Traceback (most recent call last):
File "testLoginAPI.py", line 14, in
auth = ac619d1d87
Related links:
Comments