Documents: https://freeproxy.readthedocs.io/
Collecting free proxies from internet.
You can star this repository to keep track of the project if it' s helpful for you, thank you for your support.
Project
Introduction
Core Code
in Chinese
ICU996
click
click
用数万条数据带大家看看到底是哪些人在反对996~
run " pip install pyfreeproxy"
(1) Offline
Step1: git clone https://github.com/CharlesPikachu/freeproxy.git
Step2: cd freeproxy -> run " python setup.py install"
(2) Online
run " pip install git+https://github.com/CharlesPikachu/freeproxy.git@master"
from freeproxy import freeproxy
proxy_sources = ['proxylistplus' , 'kuaidaili' ]
fp_client = freeproxy .FreeProxy (proxy_sources = proxy_sources )
headers = {
'User-Agent' : 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36'
}
response = fp_client .get ('https://space.bilibili.com/406756145' , headers = headers )
print (response .text )
Projects in Charles_pikachu
Games : Create interesting games by pure python.
DecryptLogin : APIs for loginning some websites by using requests.
Musicdl : A lightweight music downloader written by pure python.
Videodl : A lightweight video downloader written by pure python.
Pytools : Some useful tools written by pure python.
PikachuWeChat : Play WeChat with itchat-uos.
Pydrawing : Beautify your image or video.
ImageCompressor : Image compressors written by pure python.
FreeProxy : Collecting free proxies from internet.
Paperdl : Search and download paper from specific websites.
Sciogovterminal : Browse "The State Council Information Office of the People's Republic of China" in the terminal.
CodeFree : Make no code a reality.
DeepLearningToys : Some deep learning toys implemented in pytorch.
DataAnalysis : Some data analysis projects in charles_pikachu.
Imagedl : Search and download images from specific websites.
Pytoydl : A toy deep learning framework built upon numpy.
NovelDL : Search and download novels from some specific websites.
Charles_pikachu