Skip to content

kaykyr/insta.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Logo insta.js Latest Stable Version Compatible License Stars Forks Issues

This is Instagram's Web REST API.


Contains the following Instagram features:

  • Login
  • Search media, users, locations and tags
  • Like
  • Unlike
  • Comment
  • Reply to comment
  • Follow
  • Unfollow
  • Get user following
  • Get user followers
  • Get comments from media
  • Get likes from media
  • Get likes from comment
  • Create post

REST API FEATURES

  • Proxy support
  • Session support

Requirements

This API requires a MongoDB link to store Instagram's sessions

Installation

Clone this repository

With Yarn

If you have yarn installed, just run the following command:

yarn install

Configuration

Edit .env file, put your default settings. By default, insta.js runs over port 3333.

Usage

This sections is under construction, please, check the initial NodeJS example to get started

Incoming features

  • Bot Examples
    • NodeJS
    • PHP
    • Python
  • Manage Sessions
  • Beautify Instagram's responses

Contribute

Contributions are welcome, if you have suggestions, please, create issues, if you are a Node JS programmer and would like to contribute, please, create pull requests.

License

MIT License

Copyright (c) 2019 Kayky Ramos

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

The JavaScript Instagram Web API REST

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages