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

ins-goo-vision

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ins-goo-vision

Using google cloud vision to detect your instagram image

  • 1.0.2
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
7
increased by600%
Maintainers
1
Weekly downloads
 
Created
Source

ins-goo-vision

A module that user can pass their instagram API key and google vision API key and return the results of each of your image in your instagram.

Usage

You need to provide your instagram access_token and your google vision api key.

var insGooVision = require('ins-goo-vision');
insGooVision(YOUR_INS_ACCESS_TOKEN, YOUR_GOOGLE_VISION_KEY, callback);

You can also pass in these keys via .env

Results will be an array contain all your recent Ins images and its google vision results

Part of the results

alt text

FAQs

Package last updated on 14 Mar 2016

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