Skip to content

Instantly share code, notes, and snippets.

#!/usr/bin/python
# -*- coding: utf-8 -*-
import json
import requests
from cqhttp_helper import CQHttp
bot = CQHttp(
access_token="ac0f790e1fb74ebcaf45da77a6f9de47",
api_root="http://127.0.0.1:5700")
import pdb