CharlesPikachu / freeproxy

FreeProxy: Collecting free proxies from internet.

Home Page:https://freeproxy.readthedocs.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


docs PyPI - Python Version PyPI license PyPI - Downloads PyPI - Downloads issue resolution open issues

Documents: https://freeproxy.readthedocs.io/

FreeProxy

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.

Support List

Source Official Website Core Code in Chinese
kuaidaili click click 快代理
ip3366 click click 云代理
jiangxianli click click jiangxianli代理
proxylistplus click click proxylistplus代理
daili66 click click 代理66
fatezero click click fatezero代理
ip89 click click IP89代理
seofangfa click click seofangfa代理
zdaye click click 站大爷代理
yqie click click yqie代理
taiyanghttp click click 太阳HTTP代理

Practice with FreeProxy

Project Introduction Core Code in Chinese
ICU996 click click 用数万条数据带大家看看到底是哪些人在反对996~

Install

Pip install

run "pip install pyfreeproxy"

Source code install

(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"

Quick Start

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.

More

WeChat Official Accounts

Charles_pikachu
img

About

FreeProxy: Collecting free proxies from internet.

https://freeproxy.readthedocs.io/

License:Apache License 2.0


Languages

Language:Python 100.0%