Code Monkey home page Code Monkey logo

asyncio_fetch_githubip's Introduction

asyncio_fetch_githubip

解决github在国内加载慢的问题。

实现原理

使用asyncio + aiohttp 爬取获取ip地址并绑定本地host,绕过DNS解析。

运行环境

  • python3.7+,我使用的是python3.8.6。

  • 依赖库

    • asyncio
    • aiohttp
    • BeautifulSoup
    • pythonping
    • tldextract

使用方法

  • 用记事本或notepad++打开update_hosts.bat文件,将 var变量值改成你自己存放该项目的地址
  • 右键点击update_hosts.bat, 以管理员身份运行
  • linux下以管理员权限执行async_fetch_githubip.py文件即可

src/fetch_githubip_sync.py中的代码没有使用asyncio,代码是同步阻塞的,不推荐使用。

效果图

fetchip_cmd

update-hosts

asyncio_fetch_githubip's People

Contributors

wangzhankun avatar iechoxu avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.