Tutti Nuovi

user:thomas utente che ha creato il gist

title:mygist titolo del gist

description:sync gists with given description

filename:myfile.txt nome di file nel gist

extension:yml estensione del file nel gist

language:go linguaggio del file nel gist

topic:homelab Gist con l'argomento dato

all:systemctl search all fields

Entra

Tutti Nuovi Entra

Tutti i gist corrispondenti all'argomento vps

Più recente creazione
Meno recente creazione
Più recente aggiornamento
Meno recente aggiornamento

jetsung / 抓取 VPS pid

0 mi piace
0 forks
1 files
Ultima volta attivo 1 month ago
抓取 VPS 平台商品的 pid 方便添加 aff
pid vps
1 import argparse
2 import requests
3 from urllib.parse import urljoin, urlparse, parse_qs, urlencode, urlunparse
4 import sys
5
6 session = requests.Session()
7 session.headers.update({
8 "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Safari/537.36",
9 "Accept": "text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8",
10 "Accept-Language": "en-US,en;q=0.9",

jetsung / VPS 到货通知

0 mi piace
0 forks
2 files
Ultima volta attivo 1 month ago
VPS 到货通知
vps
1 #!/usr/bin/env bash
2
3 [[ -n "${DEBUG:-}" ]] && set -eux || set -euo pipefail
4
5 WEBHOOK_SECRET="${WEBHOOK_SECRET:-}"
6
7 # ==================== 配置 ====================
8 URL="${1:-https://billing.chunkserve.com/index.php?rp=/store/let-vm-special/xeon-yearly-deal-3-at-let}"
9 #WEBHOOK_URL="https://open.feishu.cn/open-apis/bot/v2/hook/xxxxxxxxxx" # ← 改成你的真实 webhook
10 WEBHOOK_URL="https://open.larksuite.com/open-apis/bot/v2/hook/${WEBHOOK_SECRET}"
Più nuovi Più vecchi

Creato da Opengist ⋅ Load: 206ms⋅

Italiano
Čeština Deutsch English Español Français Magyar Italiano 日本語 Polski Português Русский Türkçe Українська 中文 繁體中文
⋅ 爱开发 ⋅ 爱开发社区