Search
 
SCRIPT & CODE EXAMPLE
 

PYTHON

py check discord token

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 :: convert int to byte python 
Python :: print whole dataframe python 
Python :: RandomForestRegressor import 
Python :: bs4 from url 
Python :: how to read input from stdin in python 
Python :: pca python 
Python :: django return only part of string 
Python :: square (n) sum 
Python :: ros python publisher 
Python :: identity matrix in python 
Python :: how to check sklearn version 
Python :: python convert list to dict with index 
Python :: how to check if a network port is open using python 
Python :: numpy replicate array 
Python :: how to cnovert a decimal to fraction python 
Python :: np.random.seed 
Python :: python pandas change column values to all caps 
Python :: difference between two dates in days python 
Python :: django import settings 
Python :: detect stop codon 
Python :: cool advances python ptoject ideas 
Python :: python how to code discord bot kick members 
Python :: python youtube video downloader 
Python :: dashes seaborn 
Python :: python blueprint 
Python :: what do i do if my dog eats paper 
Python :: how to install threading module in python 
Python :: set x label matplotlib 
Python :: how to return only fractional part in python 
Python :: views.home not found django 
ADD CONTENT
Topic
Content
Source link
Name
7+5 =