Giter Club home page Giter Club logo

goget's Introduction

goget

goget is a mini tool that makes HTTP requests to given URL(s) and displays hashed response

install:

You need to have Go installed in your system. Then clone the repo and run:

go install .

This will build the binary in $GOPATH/bin directory.

OR run:

go build -o ./dist/goget .

to building the binary in local dist directory.

usage:

From source code:

go run main.go google.com

From binary

$GOPATH/bin/goget google.com

Example

$GOPATH/bin/goget -parallel 3 adjust.com google.com facebook.com yahoo.com yandex.com twitter.com reddit.com/r/funny reddit.com/r/notfunny baroquemusiclibrary.com 

# outputs
http://google.com 010c6ccacb2c948ef2842a86c0e56447
http://adjust.com 51b0f83c5612591d00f6912559498652
http://facebook.com d9cd5022f1ba405b50a6cce0b0806728
http://yandex.com 8af81f08500b3a5cc234cf5933c28f50
http://twitter.com e4afe711b20950599e5c48eedab11d6d
http://reddit.com/r/funny e3df1e9b50c1a3391ec8553e7a292a07
http://yahoo.com 927ca1fe09a7478039729d177c85c58a
http://reddit.com/r/notfunny 84cd2f402466be4bf9d2d685cbcd88ef
http://baroquemusiclibrary.com 24d185566c069eb686b31b81a6253515

goget's People

Contributors

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