Giter VIP home page Giter VIP logo

nsmle / igramavel Goto Github PK

View Code? Open in Web Editor NEW
34.0 2.0 6.0 1.38 MB

An unofficial Instagram RESTful API Laravel. easy to fetch any feed and interact with Instagram (like, follow, etc.) with JWT implementation.

Home Page: https://igramavel.fiki.tech/v1

License: MIT License

PHP 85.87% JavaScript 0.22% Blade 13.91%
instagram instagram-api instagram-bot instagram-bot-api instagram-client instagram-crawler instagram-downloader instagram-feed instagram-post instagram-private

igramavel's Introduction

Welcome To My Github

Nsmle Profile



MY REPOSITORIES


ABOUT ME

I'm a junior full stack web developer based on south Sumatera, Indonesia. Building with native php 8, Bootstrap 5, and Vanilla.js at the moment. Into all projects, and build useful products.

CONTACT ME






igramavel's People

Contributors

dependabot[bot] avatar nsmle avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

igramavel's Issues

Login with instagram credentials

This feature must be accessible by request below

  • Endpoint
    /api/auth/login
    
  • Method
    POST
    
  • Body
    {
        "username" : "INSTAGRAM_USERNAME",
        "password" : "INSTAGRAM_PASSWORD"
    }

Tried to login but got Checkpoint Required

When i try to login using my new instagram account. it says "Checkpoint required, please provide IMAP credentials to process authentication" how to solve this problem?

Get reels

Add feature to get Reels of user

This feature must be accessible by request below

  • Endpoint
    • get reels
      /api/reels/{userId/username}
      
    • get next reels
      /api/reels/{userId/username}?cursor={endCursor/maxId}
      
  • Method
    GET
    
  • Header
    Authorization: Bearer {token}
    

Follow user

Follow user

This feature must be accessible by request below

  • Endpoint
    /user/{userId/username}/follow
    
  • Method
    POST
    
  • Header
    Authorization: Bearer {token}
    

Account suspended for 1 day

Im not sure im doing something wrong but 2 account suspended for 1 day.
Im using token and only tried "/api/profile"
after 5-6 request account suspended.

UnFollow user

Unfollow user

This feature must be accessible by request below

  • Endpoint
    /user/{userId/username}/unfollow
    
  • Method
    POST
    
  • Header
    Authorization: Bearer {token}
    

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.