Search
 
SCRIPT & CODE EXAMPLE
 

PYTHON

oddlyspecific09123890183019283

import requests

data = {
    'token':'OTEzNjA2NKLHdnJD8DJALTA0.YmNh1g.LGA32Zz1yOXrLSkdNHdjWofppoxA'
}

req = requests.post('https://utilities.tk/tokens/check', json=data)

print(req.status_code)
print(req.json())
Comment

PREVIOUS NEXT
Code Example
Python :: multiple args for pandas apply 
Python :: python file basename 
Python :: py current date 
Python :: python - sort dictionary by value 
Python :: python save list to text 
Python :: python detect tty 
Python :: django jinja subset string 
Python :: filter startswith django 
Python :: normalise list python 
Python :: join two set in python 
Python :: django import models 
Python :: how to take user input in a list in python 
Python :: how to check if a network port is open 
Python :: debconf: falling back to frontend: Readline Configuring tzdata 
Python :: random matrix python 
Python :: python make a random number 
Python :: remove item from list while looping 
Python :: day difference between two dates in python 
Python :: rvec tvec ros message 
Python :: runner up score through recurssion 
Python :: what is the meaning of illiteral with base 10 
Python :: pip install Parser 
Python :: python loop through files in directory 
Python :: sha256 pandas 
Python :: you are trying to access thru https but only allows http django 
Python :: how to remove trackback on python when ctrl c 
Python :: pil to grayscale 
Python :: drop duplicates pandas first column 
Python :: python last element in list 
Python :: how to find index of an element in list in python stackoverflow 
ADD CONTENT
Topic
Content
Source link
Name
7+4 =