Git Product home page Git Product logo

github-ipaddress's Introduction

ipaddress-github

国内上github常出现打不开界面情况,这时需要去查询github的ip地址并添加到电脑hosts文件中(Windows系统下)。反复的手动查找效率太低,因此写了一个自动从ipaddress 上爬取github网站ip地址的脚本,在不删改hosts文件中其它内容的情况下,添加github的ip地址,然后调取命令行刷新dns(ipconfig /flushdns)。

使用说明

  1. 更改etc/hosts下的文件权限,改为可读写模式,不然代码运行会报PermissionError错误。修改权限参考网站
  2. 查找浏览器的headers,参考网站
  3. 将src/main.py中的headers变量改为自己浏览器的headers
  4. 登不上github.com运行代码main.py
  5. src/bootstrap.py可以用如下命令打包成exe文件,用来调用main.py(需要改bootstrap.py脚本中的路径)。之所以这样设计,是为了考虑后续的扩展性。
    pyinstaller bootstrap.py
    

:少数情况下,使用该方法仍登不上github。

参考

  1. https://zhuanlan.zhihu.com/p/353522535

github-ipaddress's People

Contributors

gcaptainnemo avatar

Watchers

 avatar  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.