首页
关于
Search
1
X-ui可视化面板安装及使用教程
1,925 阅读
2
azure100刀换IP教程
1,333 阅读
3
Emby/Jellyfin 的一个日本电影刮削器插件
1,090 阅读
4
使用Python批量发送视频、图片到TG频道
1,052 阅读
5
docker下部署青龙面板京东自动签到
1,008 阅读
随记
Python
流水
登录
/
注册
Search
标签搜索
宝塔
脚本
Wordpress
docker
centos7
腾讯云
宝塔面板
Python
甲骨文
Rclone
WIN7
Python3
virmach
破解
BBr
反向代理
Onemanager
onedrive
Euserv
火车头
Phon
累计撰写
142
篇文章
累计收到
3
条评论
首页
栏目
随记
Python
流水
页面
关于
搜索到
3
篇与
的结果
2021-12-04
virmach python筛选脚本
黑五直接下单地址: https://billing.virmach.com/cart.php?a=add&pid=175import requests import json import re import time import sys import winsound settings = { 'price': 15, 'virt': 'KVM', 'ram': 2048, 'cpu': 2, 'hdd': 30, 'bw': 1500, 'ips': 1, } url = 'https://billing.virmach.com/modules/addons/blackfriday/new_plan.json' def run(): response = json.loads(requests.get(url).text) price = response['price'] if 'yr' in price: price = float(re.findall('\$(.+?) <span>/yr</span>', price)[0]) virt = response['virt'] ram = int(response['ram']) cpu = int(response['cpu']) hdd = int(response['hdd']) bw = int(response['bw']) ips = int(response['ips']) pid = response['pid'] location = response['location'] # BUFFALO if price <= settings['price'] and virt == settings['virt'] and ram >= settings['ram'] and cpu >= settings[ 'cpu'] and hdd >= settings['hdd'] and bw >= settings['bw'] and ips >= settings['ips']: winsound.Beep(500, 1000) print('$', price) print(cpu, 'H', ram, 'M', bw, 'G') print('hdd:', hdd, 'G') if ips > 1: print(ips) print(location) print('https://billing.virmach.com/cart.php?a=add&pid=' + str(pid)) else: item = '无符合机器 ' + time.strftime("%H:%M:%S %Y-%m-%d", time.localtime()) sys.stdout.write('\r' + str(item) + '\033[K') sys.stdout.flush() while 1: run() time.sleep(5)
2021年12月04日
72 阅读
0 评论
0 点赞
2021-12-01
virmach如何改邮箱
virmach如何改邮箱修改以下两处即可:1、 https://billing.virmach.com/index.php?rp=/user/profile 2、 https://billing.virmach.com/clientarea.php?action=details
2021年12月01日
141 阅读
0 评论
0 点赞
2021-06-06
virmach小鸡DD win
wget --no-check-certificate -qO InstallNET.sh 'http://d.nat.ee/sh/InstallNET.sh' && bash InstallNET.sh -dd 'http://d.nat.ee/win/lite/wes7-x86-cn-lite/wes7-x86-cn-lite.vhd.gz'
2021年06月06日
71 阅读
0 评论
0 点赞