Code Monkey home page Code Monkey logo

inspopular's Introduction

INSPOPULAR

Inspopular is a CLI to get easily the popularity of a list of hashtags in Instagram. No API is used in this tool. The information is extracted using HTTP requests.

Example

The tool is actually simple and you just need to pass the list of hashtags you want to check.

$ ./inspopular go golang dev developer

The output of the command above would be something like this:

Hashtag      URL                                                 Posts
-------      ---                                                 -----
go           https://www.instagram.com/explore/tags/go           14818638
developer    https://www.instagram.com/explore/tags/developer    1237858
dev          https://www.instagram.com/explore/tags/dev          428791
golang       https://www.instagram.com/explore/tags/golang       11694

#go #developer #dev #golang

As you can see the results are sorted by popularity. You can change this by using the flag -s.

$ ./inspopular -s=false go golang dev developer

Or

$ ./inspopular -s="false" go golang dev developer

Get & Run

First of all you need to have the Go programming language installed. Then:

$ go get github.com/danielkvist/inspopular

Obviously, you can also use git to clone the repository.

Once the project has been downloaded. You only need to execute the following command into it.

$ go build /cmd/inspopular/main.go

You should also be able to install it with the following command:

$ go install /cmd/inspopular/main.go

inspopular's People

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.