Skip to content

Instantly share code, notes, and snippets.

View DangoWang's full-sized avatar

Donghao DangoWang

View GitHub Profile
# coding: utf-8
# author DD
# © mihoyo anime
import logging
import sys
import maya.OpenMayaUI as mui
import maya.cmds as cmds
import maya.mel as mel
import pymel.core as pm
import math
@DangoWang
DangoWang / meican_scanner.py
Created November 5, 2020 08:47
selenium+chrome抢餐
# coding: utf-8
import datetime
import time
import pprint
import json
from bs4 import BeautifulSoup
from selenium import webdriver
import logging
import requests