All Projects → sachin-handiekar → Jinstagram

sachin-handiekar / Jinstagram

Licence: mit
A Java library for the Instagram API.

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Jinstagram

FCommunity
multi Checkers (Hma/Hulu/Spotify/Call of duty/Instagram/smtp2go/VyprVpn) in One Tool Named FCommunity
Stars: ✭ 26 (-93.19%)
Mutual labels:  instagram, instagram-api
Instagramlive Php
A PHP script that allows for you to go live on Instagram with any streaming program that supports RTMP!
Stars: ✭ 362 (-5.24%)
Mutual labels:  instagram-api, instagram
go-instagram
Instagram private API in Go
Stars: ✭ 71 (-81.41%)
Mutual labels:  instagram, instagram-api
instagram-api-clone
Instagram RESTful API clone made with Django REST framework
Stars: ✭ 56 (-85.34%)
Mutual labels:  instagram, instagram-api
Ig Monitoring
🚨 DISCONTINUED🚨 IGMonitoring - Free, self hosted Instagram Analytics and Stats
Stars: ✭ 283 (-25.92%)
Mutual labels:  instagram-api, instagram
Flutter-Photoarc-app
(Full-stack) Fully functional social media app (Instagram clone) written in flutter and dart with backend node.js and Postgres SQL.
Stars: ✭ 38 (-90.05%)
Mutual labels:  instagram, instagram-api
InstagramCpp
Instagram REST API client wirtten in C++
Stars: ✭ 24 (-93.72%)
Mutual labels:  instagram, instagram-api
nanogram.js
📷 An easy-to-use and simple Instagram package that allows you to fetch media content without API and access token.
Stars: ✭ 62 (-83.77%)
Mutual labels:  instagram, instagram-api
Instamancer
Scrape Instagram's API with Puppeteer
Stars: ✭ 273 (-28.53%)
Mutual labels:  instagram-api, instagram
instagram private api
An Instagram-Client written in Dart
Stars: ✭ 39 (-89.79%)
Mutual labels:  instagram, instagram-api
igFame
📷 igFame - Tool for automated Instagram interactions [PHP]
Stars: ✭ 16 (-95.81%)
Mutual labels:  instagram, instagram-api
Instafeed.js
A simple Instagram JavaScript plugin for your website
Stars: ✭ 3,376 (+783.77%)
Mutual labels:  instagram-api, instagram
InstaLV
Live stream from desktop to Instagram
Stars: ✭ 27 (-92.93%)
Mutual labels:  instagram, instagram-api
kirby3-instagram
Kirby 3 Plugin to call Instagram (or any other) API Endpoints
Stars: ✭ 20 (-94.76%)
Mutual labels:  instagram, instagram-api
instragram-follow
Automatically follow Instagram accounts
Stars: ✭ 23 (-93.98%)
Mutual labels:  instagram, instagram-api
isave-app
Instagram tool to download image, video and reels - App
Stars: ✭ 17 (-95.55%)
Mutual labels:  instagram, instagram-api
InstaLite
Instagram api not official easy-to-use class, minimal number of features
Stars: ✭ 72 (-81.15%)
Mutual labels:  instagram, instagram-api
Insta flters with python
With this program you can add hat & glass on your face(it's support multiple faces)
Stars: ✭ 21 (-94.5%)
Mutual labels:  instagram, instagram-api
Instagram-Scraper-2021
Scrape Instagram content and stories anonymously, using a new technique based on the har file (No Token + No public API).
Stars: ✭ 57 (-85.08%)
Mutual labels:  instagram, instagram-api
Osintgram
Osintgram is a OSINT tool on Instagram. It offers an interactive shell to perform analysis on Instagram account of any users by its nickname
Stars: ✭ 312 (-18.32%)
Mutual labels:  instagram-api, instagram

Note: jInstagram will no longer be supporting the new Instagram Graph API. Please use RestFB library to interact with the new Graph API (https://restfb.com/)

jInstagram Build Status Maven Central javaDoc Coverage Status Coverity Scan Build Status Join the chat at https://gitter.im/sachin-handiekar/jInstagram

A java library for the Instagram API.

Table of Contents

Introduction

An unofficial Java library for the Instagram API.

Note : jInstagram uses code from the scribe-java library developed by Pablo Fernandez.

How to Use

  • Maven Integration

If you're using Maven in your project, then you can integrate jInstagram by adding the following dependency in your pom.xml

<dependency>
   <groupId>com.sachinhandiekar</groupId>
   <artifactId>jInstagram</artifactId>
   <version>1.2.2</version>
</dependency>

If you prefer using the latest snapshot build, include the following lines to your pom.xml.

    <repositories>
        <repository>
            <id>oss.snapshots</id>
            <name>OSS Sonatype Snapshot Repository</name>
            <url>https://oss.sonatype.org/content/repositories/snapshots/</url>
            <releases>
                <enabled>false</enabled>
            </releases>
            <snapshots>
                <enabled>true</enabled>
            </snapshots>
        </repository>
    </repositories>

    <dependencies>
        <dependency>
            <groupId>com.sachinhandiekar</groupId>
            <artifactId>jInstagram</artifactId>
             <version>1.2.3-SNAPSHOT</version>
        </dependency>
    </dependencies>

You can also integrate jInstagram by adding the following jar files in your project -

Instagram Endpoints

Please see the API Usage for more details.

Instagram Realtime

Please see the Realtime API Usage for more details.

Code Examples

Please see the sample project to see a working example of jInstagram integration.

Development

Please see the development guide.

Projects using jInstagram

Please see the wiki link for a list of projects using jInstagram.

License

Please check the license file.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].