Skip to content

tomshudev/instagraph-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

InstaGraph Server

This repository is the server side for the InstaGraph application.
This server is exposing Instagram's API using GraphQL and Apollo.

Usage

Run npm start, it will create a local server, than you can go to http://localhost:4000/graphiql and use the playground.

UserSession

In order to save traffic and time, when a user logged into the server the server return a JSON - that is the user session.
After a user got a user session he can work quietly without the need to re-login into Instagram.

Instagram API

The server is a node server that runs Python scripts.
In case of need it is really easy to write new scripts and add new endpoint to the GraphQL.

About

GraphQL server that expose Instagram's API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors