Skip to content

Instantly share code, notes, and snippets.

@Ecalose
Ecalose / pt_auto.py
Created August 28, 2020 05:00 — forked from nickfox-taterli/pt_auto.py
PT自动刷+GD上传
import json
import time
from datetime import datetime
import feedparser
import pymongo
import qbittorrentapi
import requests
# 需求:
@Ecalose
Ecalose / O365.py
Created August 28, 2020 04:59 — forked from nickfox-taterli/O365.py
Office 365 教育版注册
import time
from faker import Faker
from selenium import webdriver
f = Faker()
with open("accounts.txt") as fh:
line = fh.readline()
while line:
email = line.strip()
line = fh.readline()
@Ecalose
Ecalose / cf_speed.py
Created August 28, 2020 04:59 — forked from nickfox-taterli/cf_speed.py
用下载方法查找CF最快下载速度的IP
import requests
import threadpool
from datetime import datetime
g_cnt = 0
def requests_test(ip):
global g_cnt
g_cnt = g_cnt + 1
g_cnt_str = '[' + str(g_cnt) + ']'
@Ecalose
Ecalose / .Cloud.md
Created July 30, 2020 09:43 — forked from imba-tjd/.Cloud.md
一些免费的云资源

IaaS指提供系统(可以自己选)或者储存空间之类的硬件,软件要自己手动装;PaaS提供软件/框架(可以自己选);SaaS只能使用开发好的软件(卖软件本身);BaaS一般类似于非关系数据库,但各家不通用,有时还有一些其它东西。

其他人的集合