Skip to content

Instantly share code, notes, and snippets.

View miRemid's full-sized avatar
👋
等毕业

无题 miRemid

👋
等毕业
View GitHub Profile
@miRemid
miRemid / notification.py
Last active January 18, 2024 08:27
获取当前宿舍区电量并使用Telegram通知
#!/usr/bin/env python
import itertools
from typing import List
import requests
import re
import datetime
import argparse
@miRemid
miRemid / delete-sina-all.js
Created March 27, 2020 13:52
删除新浪所有微博
// 删除当前个人界面所有微博
// 需要登录
// 可以通过关键词搜索后运行脚本删除所有关键词微博
s.setAttribute(
'src',
'https://lib.sinaapp.com/js/jquery/2.0.3/jquery-2.0.3.min.js'
);
s.onload = function() {
setInterval(function() {
if (!$('a[action-type="feed_list_delete"]')) {