Skip to content

Instantly share code, notes, and snippets.

View Energy0124's full-sized avatar
❤️
Lazy

Energy Energy0124

❤️
Lazy
View GitHub Profile
import urllib.request as request
from urllib.error import HTTPError
import json
class YggAuth:
def __init__(self,
client_token=None,
access_token=None,
username=None,
password=None