Skip to content

Instantly share code, notes, and snippets.

View GreenJoson's full-sized avatar

Emily Brown GreenJoson

View GitHub Profile
@GreenJoson
GreenJoson / main.py
Created June 27, 2023 18:02
Modified version of reload_once function
import time
import datetime
import logging
logger = logging.getLogger(__name__)
def init_getcookie():
# Your code to initialize and get the cookie
pass
@GreenJoson
GreenJoson / discord_bot.py
Created May 5, 2022 14:21 — forked from danielgxm/discord_bot.py
Discord自动聊天机器人,撸白名单必备!
# -*- coding: utf-8 -*-
"""
@Time : 2021/10/3 19:18
@Auth : d1rrick DanielGao.eth
@File :autochat.py
@IDE :vscode
"""
import requests
import json