Opengist Logo 清羽飞扬の代码片段

Explore

  • All gists
  • Topics
  • Users
个人主页 站长博客
Give feedback on the new UI Powered by Opengist ⋅ 38ms

user:thomas gists created by user

title:mygist gists with given title

description:sync gists with given description

filename:myfile.txt gists having files with given name

extension:yml gists having files with given extension

language:go gists having files with given language

topic:homelab gists with given topic

all:systemctl search all fields

Login Register
p

python

Recently created Least recently created Recently updated Least recently updated
LiuShen

LiuShen / Action实现刷新EO缓存

Last active 2 months ago action auto cache edgeone eo github python tencent

通过Python,在Github Action中实现EO站点缓存刷新

0 0 2
1 import os
2 import json
3 from tencentcloud.common import credential
4 from tencentcloud.teo.v20220901 import teo_client, models
5 from tencentcloud.common.exception.tencent_cloud_sdk_exception import TencentCloudSDKException
6
7 try:
8 cred = credential.Credential(
9 os.getenv("TENCENTCLOUD_SECRET_ID"),
10 os.getenv("TENCENTCLOUD_SECRET_KEY")
LiuShen

LiuShen / 统计CDN访问日志

Last active 2 months ago CDN log python

通过Python实现访问CDN日志筛选

0 0 1
1 import os
2 import re
3 import csv
4 from collections import defaultdict
5
6 def analyze_logs(log_directory, target_path):
7 """
8 分析日志文件,统计每个IP的总请求数和特定路径的请求数
9
10 :param log_directory: 日志文件夹路径
LiuShen

LiuShen / 生成标准化owo.json

Last active 2 months ago artalk json owo python twikoo

从基本文件格式,生成标准化JSON,用于表情包

0 0 3

整理好表情包为如下格式:

. 📂 owo
└── 📂 bilibili/
│  ├── 📄 bilibili-doge.png
│  ├── 📄 bilibili-大佬.png
│  ├── 📄 …………
└── 📂 blobcat/
│  ├── 📄 blobcat0_0.png