Skip to content

Instantly share code, notes, and snippets.

View Swilder-M's full-sized avatar
:octocat:
Coding

Ming Swilder-M

:octocat:
Coding
View GitHub Profile
@Swilder-M
Swilder-M / apple-store.py
Last active September 19, 2023 02:48
Apple Store pickup status monitoring
import re
import requests
def get_apple_store_list():
response = requests.get('https://www.apple.com.cn/retail/storelist/')
patt = r'<div class="address-lines">(.*?)</div>'
states = re.findall(patt, response.text, re.DOTALL)
for state in states:
@Swilder-M
Swilder-M / playstation-box
Last active June 2, 2024 23:06
🎮 Playstation Games
Red Dead Redem... 311 hrs 26 mins █████▉░░░░░░░ 46%
Ghost of Tsushima 99 hrs 28 mins ██████████▎░░ 79%
Fall Guys 92 hrs 48 mins █████▊░░░░░░░ 45%
Horizon Forbid... 55 hrs 58 mins █████▉░░░░░░░ 46%
Hades 47 hrs 54 mins ███████▎░░░░░ 56%
Call of Duty® 29 hrs 7 mins ▏░░░░░░░░░░░░ 1%
Dead Cells 24 hrs 44 mins ████▊░░░░░░░░ 37%
Fall Guys 20 hrs ██████▏░░░░░░ 48%
God of War 14 hrs 56 mins ██▋░░░░░░░░░░ 21%
It Takes Two ... 13 hrs 17 mins ██▍░░░░░░░░░░ 19%
nvram set CoBrand=1 # 扎古定制版主题
nvram set CoBrand=2 # 鬼灭之刃定制版主题
nvram unset CoBrand # 恢复原主题