Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View z0z0r4's full-sized avatar

z0z0r4 z0z0r4

View GitHub Profile
@z0z0r4
z0z0r4 / pixiv.py
Created April 9, 2023 08:21
大批量爬取Pixiv推荐插图
from pixivpy3 import AppPixivAPI
from concurrent.futures import ThreadPoolExecutor
import httpx
import os
aapi = AppPixivAPI()
aapi.auth(refresh_token="x")
def get_recommend_illusts():
json_result = aapi.illust_recommended()
@z0z0r4
z0z0r4 / rank.json
Created February 2, 2023 06:28
bilibili_api test rank results
This file has been truncated, but you can view the full file.
{
"All": {
"note": "根据稿件内容质量、近期的数据综合展示,动态更新",
"list": [
{
"aid": 393569821,
"videos": 1,
"tid": 137,
"tname": "明星综合",
"copyright": 1,
@z0z0r4
z0z0r4 / zmirror_sync.py
Last active January 6, 2023 07:10
Minecraft mirror for server
from distutils import log
import os
from tkinter import E
import multitasking
import signal
import requests
import logging
import time
import datetime
import re