Skip to content

简单的表情包爬虫、百度文库爬虫....

Notifications You must be signed in to change notification settings

Hocoa/Python_demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Python_demo

简单的表情包爬虫(emoji.py)

百度文库爬虫(doc.py)

一般doc文档使用txt类型都能获取,部分可能抽风
import urllib
import tkinter
import tkinter.messagebox
from tkinter.filedialog import askdirectory
from tkinter import *
import requests   #对网页进行请求
from bs4 import BeautifulSoup   #网页解析库
import time
import os.path
import math
import socket

About

简单的表情包爬虫、百度文库爬虫....

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages