Skip to content

Instantly share code, notes, and snippets.

View chinoll's full-sized avatar
:octocat:
On school

Chino chinoll

:octocat:
On school
View GitHub Profile
@chinoll
chinoll / downloader.py
Last active February 4, 2020 05:55
机械工业出版社电子书爬虫
from httpx import Client as Session
import os
from bs4 import BeautifulSoup as bs4
import time
import logging
import re
from selenium import webdriver
from selenium.webdriver.common.proxy import Proxy,ProxyType
import sys
import copy
@chinoll
chinoll / asw.py
Last active December 1, 2018 14:00
dde自动切换桌面脚本
import os
import logging
import random
import time as t
import json
import click
#DDE自动切换壁纸脚本
wallpaper_dir = {}
dirs = []
command = "gsettings set "