All Projects → adimango → Insights For Instagram

adimango / Insights For Instagram

Licence: mit
A simple iOS Instagram's media insights App written in Swift

Programming Languages

swift
15916 projects

Projects that are alternatives of or similar to Insights For Instagram

Ios Modular Architecture
Template iOS application using Modular Architecture
Stars: ✭ 190 (-1.55%)
Mutual labels:  ios-app, clean-architecture
InstaSmart
A Flutter app to plan and beautify your Instagram feed
Stars: ✭ 18 (-90.67%)
Mutual labels:  instagram, ios-app
Gitiny
An iOS app for GitHub with exploring trending
Stars: ✭ 247 (+27.98%)
Mutual labels:  ios-app, clean-architecture
TVToday
iOS TV Shows app with TMDb Api. RxSwift, MVVM, Clean Architecture. Tuist + Swift Package Manager
Stars: ✭ 27 (-86.01%)
Mutual labels:  clean-architecture, ios-app
iOS Started Kit
iOS Started Kit: Clean Architecture + RxSwift + Moya
Stars: ✭ 12 (-93.78%)
Mutual labels:  moya, clean-architecture
Kotlin Native Superhero App
Android and iOS master detail application for list Marvel Super Heroes
Stars: ✭ 15 (-92.23%)
Mutual labels:  ios-app, clean-architecture
Intrinsic Image Popularity
The pytorch code of the paper "Intrinsic Image Popularity Assessment"
Stars: ✭ 179 (-7.25%)
Mutual labels:  instagram
Android Kotlin Mvi Cleanarchitecture
Android + Kotlin + Modularization + Gradle Depedency managment + Gradle written in Kotlin DSL + Custom Gradle Plugin + MVVM + MVI + Clean Architecture + Repository Pattern + Coroutines + Flows + Koin + Retrofit2 + ROOM + Kotlin-Android-Extension + KtLints
Stars: ✭ 187 (-3.11%)
Mutual labels:  clean-architecture
Instagram Crawler
Crawl instagram photos, posts and videos for download.
Stars: ✭ 178 (-7.77%)
Mutual labels:  instagram
Insta Mass Account Creator
User Friendly - Instagram Auto Account Creation Bot 🤖
Stars: ✭ 173 (-10.36%)
Mutual labels:  instagram
Mycoretextlabel
图文混排 , 实现图片文字混排 , 可显示常规链接比如网址,@,#话题#,手机号 , 邮箱号等 , 可以自定义链接字,设置关键字高亮等功能 . 适用于微博,微信,IM聊天对话等场景 . 实现这些功能仅用了几百行代码,耦合性也较低
Stars: ✭ 192 (-0.52%)
Mutual labels:  ios-app
Flutter Architecture Ddd
Flutter Architecture inspired by Domain Driven Design, Onion and Clean Architecture
Stars: ✭ 190 (-1.55%)
Mutual labels:  clean-architecture
Instauto
Instagram bot / automation library written in Javascript for Node.js
Stars: ✭ 184 (-4.66%)
Mutual labels:  instagram
Expandable Table View
Expandable UITableView in iOS
Stars: ✭ 180 (-6.74%)
Mutual labels:  ios-app
Instagramclone
A detailed clone of the Instagram app built with the Firebase database
Stars: ✭ 186 (-3.63%)
Mutual labels:  instagram
Android Kotlin Modulerized Cleanarchitecture
🚀 Example modularized android application with single activity written in Kotlin
Stars: ✭ 180 (-6.74%)
Mutual labels:  clean-architecture
C2mstoryviewer
This repository contains a detailed sample app for displaying stories like Instagram.
Stars: ✭ 175 (-9.33%)
Mutual labels:  instagram
Mvvmtemplate
An Android Template with MVVM and Clean Architecture
Stars: ✭ 182 (-5.7%)
Mutual labels:  clean-architecture
Faimagecropper
Image Cropper like Instagram
Stars: ✭ 188 (-2.59%)
Mutual labels:  instagram
Insta Unfollower
An Instagram script to unfollow accounts who don't follow-you-back
Stars: ✭ 180 (-6.74%)
Mutual labels:  instagram

Insights for Instagram

A simple iOS Instagram's media insights App.

iOS Swift Build Status

Quick Start

Want to get the app running? Run this in your shell:

git clone https://github.com/adimango/insights-for-instagram.git
cd insights-for-instagram
pod install
open insights-for-instagram.xcworkspace

You will have a running version of the insights-for-instagram app by hitting Build > Run.

Features

  • Passwordless Reports, simply add your Instagram username, and start seeing reports right away
  • Best Engagement, insights for Instagram gives you information about which posts resonate better than others
  • Top Most Commented and Liked, the posts that generated the most comments or likes

Planned features

  • Best Day to Post, find out what your best time to post on Instagram is
  • Hashtag Performance, discover which hashtags deliver the most engagement

Questions

If you have questions about any aspect of this project, please feel free to open an issue.

Credits

  • Moya: network abstraction layer written in Swift
  • Realm: data layer written in Swift
  • Quick: behavior-driven development framework for Swift

License

MIT License. See LICENSE.

Updates

Apr 04, 2018: Banned private API

Instagram has banned getting data from https://www.instagram.com/{username}/?__a=1 With a bit of javascript we can still get the same json as before, but there are not workarounds yet for the get items queries.

// GET /api/users/:user_name -> returns user account details
// Below an example with National Geographic
https://insights-for-instagram.herokuapp.com/api/users/natgeo

Dec 09, 2017: Back on Track

The app is using a new Instragram API proxy, developed using /graphql/query and some web API params.

// GET /api/users/:user_name/media -> returns media
// Below an example with National Geographic
https://insights-for-instagram.herokuapp.com/api/users/natgeo/media 

Dec 01, 2017: Breaking Changes

The Instragram API media endpoints now returns to 404-pages. After more of 20k downloads in just few month, Instagram removed the public API. However, the advanced queries are still available and a workaround will be push soon!

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].