All Projects → mislav → Instagram

mislav / Instagram

Licence: mit
The first Instagram website and lightweight API HTTP client

Programming Languages

ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to Instagram

Instapy Research
📄 Research repository for InstaPy
Stars: ✭ 60 (-89.67%)
Mutual labels:  instagram, reverse-engineering
Instagram api gem
A Ruby wrapper for the Instagram API
Stars: ✭ 100 (-82.79%)
Mutual labels:  api-client, instagram
InstaLite
Instagram api not official easy-to-use class, minimal number of features
Stars: ✭ 72 (-87.61%)
Mutual labels:  instagram, api-client
Twitter Api Client
A user-friendly Node.js / JavaScript client library for interacting with the Twitter API.
Stars: ✭ 517 (-11.02%)
Mutual labels:  api-client
Capstone
Capstone disassembly/disassembler framework: Core (Arm, Arm64, BPF, EVM, M68K, M680X, MOS65xx, Mips, PPC, RISCV, Sparc, SystemZ, TMS320C64x, Web Assembly, X86, X86_64, XCore) + bindings.
Stars: ✭ 5,374 (+824.96%)
Mutual labels:  reverse-engineering
Whatsapp Web Reveng
Reverse engineering WhatsApp Web.
Stars: ✭ 5,320 (+815.66%)
Mutual labels:  reverse-engineering
The holy book of x86
A simple guide to x86 architecture, assembly, memory management, paging, segmentation, SMM, BIOS....
Stars: ✭ 577 (-0.69%)
Mutual labels:  reverse-engineering
Dexcalibur
[Official] Android reverse engineering tool focused on dynamic instrumentation automation. Powered by Frida. It disassembles dex, analyzes it statically, generates hooks, discovers reflected methods, stores intercepted data and does new things from it. Its aim is to be an all-in-one Android reverse engineering platform.
Stars: ✭ 512 (-11.88%)
Mutual labels:  reverse-engineering
Swiftinstagram
Instagram API client written in Swift
Stars: ✭ 570 (-1.89%)
Mutual labels:  instagram
Tigress protection
Playing with the Tigress binary protection. Break some of its protections and solve some of its challenges. Automatic deobfuscation using symbolic execution, taint analysis and LLVM.
Stars: ✭ 550 (-5.34%)
Mutual labels:  reverse-engineering
Bleak
A Windows native DLL injection library that supports several methods of injection.
Stars: ✭ 547 (-5.85%)
Mutual labels:  reverse-engineering
Instagram Scraper
Scrapes an instagram user's photos and videos
Stars: ✭ 5,664 (+874.87%)
Mutual labels:  instagram
Entityframework Reverse Poco Code First Generator
EntityFramework Reverse POCO Code First Generator - Beautifully generated code that is fully customisable. This generator creates code as if you reverse engineered a database and lovingly created the code by hand. It is free to academics (you need a .edu or a .ac email address), not free for commercial use. Obtain your licence from
Stars: ✭ 562 (-3.27%)
Mutual labels:  reverse-engineering
Photobrowser
A simple iOS Instagram photo browser written in Swift using Alamofire networking library, SwiftyJSON JSON parsing library and FastImageCache storing and retrieving images library.
Stars: ✭ 533 (-8.26%)
Mutual labels:  instagram
Monkeydev
CaptainHook Tweak、Logos Tweak and Command-line Tool、Patch iOS Apps, Without Jailbreak.
Stars: ✭ 5,492 (+845.27%)
Mutual labels:  reverse-engineering
Python3 Krakenex
REST Exchange API for Kraken.com, Python 3
Stars: ✭ 523 (-9.98%)
Mutual labels:  api-client
Algoliasearch Client Php
⚡️ A fully-featured and blazing-fast PHP API client to interact with Algolia.
Stars: ✭ 565 (-2.75%)
Mutual labels:  api-client
Lazy importer
library for importing functions from dlls in a hidden, reverse engineer unfriendly way
Stars: ✭ 544 (-6.37%)
Mutual labels:  reverse-engineering
Steamtracking
🕵 Tracking things, so you don't have to
Stars: ✭ 542 (-6.71%)
Mutual labels:  reverse-engineering
Xanalyzer
xAnalyzer plugin for x64dbg
Stars: ✭ 553 (-4.82%)
Mutual labels:  reverse-engineering

The original Instagram website and API client

This was the first web app that displayed profiles of Instagram users online. It was done by using Instagrams private API. Despite the fact that Instagram now displays user profiles on their official site, this app is still online.

The process of sniffing out their private API is described in my post: Creating the missing Instagram web interface.

Nowadays Instagram has an official API and many 3rd-party web sites that do interesting things with people's photos and data.

The code

  • The app is mostly contained in a single file: app.rb
  • The lightweight Ruby API client it is using: instagram.rb
  • The legacy API client (not to be used) is in lib/.
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].