MCPcopy Create free account
hub / github.com/ChinaGodMan/UserScripts / __init__

Method __init__

utils/script-import-sync.py:85–87  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

83# GreasyFork API类
84class GreasyFork:
85 def __init__(self):
86 self.session = requests.Session()
87 self.csrf_token = None
88
89 def fetch_csrf_token(self):
90 """

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected