This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# -*- coding: utf-8 -*- | |
""" | |
@Time : 2021/10/3 19:18 | |
@Auth : d1rrick DanielGao.eth | |
@File :autochat.py | |
@IDE :vscode | |
""" | |
import requests | |
import json |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import time | |
import datetime | |
import logging | |
logger = logging.getLogger(__name__) | |
def init_getcookie(): | |
# Your code to initialize and get the cookie | |
pass |