Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

github.com/programmingthomas/instago

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/programmingthomas/instago

  • v0.0.0-20130603161827-9bc98fc062f2
  • Source
  • Go
  • Socket score

Version published
Created
Source

#instago

instago is a simple and easy to use Go library that simplifies communicating with the Instagram JSON API. I currently only intend for it to use the public functions of the Instagram API that don't require user authentication, however I support some of them if you have an access token.

To use this library, clone the repo into your Go workspace and have a look at some of the demo apps. You'll need to build and install the instago package and get an Instagram API developer ID. Paste your client ID in a file called config.txt in the demos folder to run the samples.

Implemented methods:

  • /tags/tagname/media/recent
  • /tags/tagname
  • /tags/search
  • /users/user-id
  • /users/search
  • /media/media-id
  • /media/popular
  • /media/search
  • /locations/location-id
  • /locations/location-id/media/recent
  • /locations/search/

Implemented methods that require OAuth (not demoed):

  • /users/user-id/media/recent
  • /users/self/feed
  • /users/self/media/liked

##License It's Apache. See the LICENSE file.

FAQs

Package last updated on 03 Jun 2013

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc