Giter VIP home page Giter VIP logo

webgopher's Introduction

webgopher

Quick 'n Dirty prototype of a Web to Gopher proxy service that allows you to access the greater World-Wide-Web via the GOpher protocol by proxying the URL selected by the selector to the web and converting the content so something legible for Gopher clients.

NB: This is very much work-in-progress.

Install

$ go get githubcom/prologic/webgopher

or to run locally from the Git repo:

$ go run main.go

Usage

Run the webgopher daemon:

$ webgopher

Use your favorite Gopher client and pass in the URL you wish to browse on the WEB as the selector:

$ lynx gopher://localhost:7000/1www.wikipedia.org/

Screenshot

Using an upstream proxy

If you need the HTTP or HTTPS requests from webgopher to go through a proxy, set the http_proxy environment variable before running webgopher. This can be used for example to make Web Adjuster modify the pages first (you might want to use the Web Adjuster parameters --real-proxy and --just-me, and perhaps --js-interpreter to collect output from Javascript), but if you want to adjust HTTPS pages in this way, then you must run webgopher with -no-security so that the TLS certificates will not be checked. Do not do this by default.

License

webgopher is licensed under the terms of the MIT License.

webgopher's People

Contributors

prologic avatar ssb22 avatar

Watchers

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