This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | 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 | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | import os | |
| import logging | |
| import random | |
| import time as t | |
| import json | |
| import click | |
| #DDE自动切换壁纸脚本 | |
| wallpaper_dir = {} | |
| dirs = [] | |
| command = "gsettings set " | 
