Skip to content

Instantly share code, notes, and snippets.

View andresitsu's full-sized avatar

andresitsu

View GitHub Profile
@andresitsu
andresitsu / buyWatch.py
Created November 4, 2021 13:26 — forked from Zhaojing-Wang/buyWatch.py
buy a  watch
from json import JSONDecodeError
import requests
from datetime import datetime
import time
def queryQuote(a, b):
cookie = "xx"
headers = {