Skip to content

Instalyzer (Instagram Analyzer) that lets you analyze your instagram account performance.

Notifications You must be signed in to change notification settings

KalengBalsem/instalyzer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

350314729-c2f831e0-df9c-4fce-bff4-b135b6340d74

This project aims to allow us to analyze any IG account with a username using a simple yet powerful instagram data analytic tool.

Installation and Running

Note: only compatible on Windows

  1. open an IDE (recommend: VScode)
  2. run the following in the terminal inside the IDE:
git clone https://github.com/KalengBalsem/instalyzer.git
  1. IMPORTANT locate the instalyzer file in the terminal:
    # windows cmd command
    cd instalyzer
    
    # the end path of the terminal should be instalyzer: PS C:\Users\balse\Documents\VScode\a_folder\instalyzer> 
    
  2. install the dependencies by running this command in the terminal:
pip install -r requirements.txt
  1. run this command in the terminal to run the server in localhost:
# windows
python main.py
PS C:\Users\balse\Documents\VScode\instalyzer> python main.py
####

# output:
Created Database!
 * Serving Flask app 'application'
 * Debug mode: on
WARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI server instead.
 * Running on http://127.0.0.1:5000
Press CTRL+C to quit
 * Restarting with stat
Created Database!
 * Debugger is active!
 * Debugger PIN: 102-884-233
  1. open the localhost link -> 127.0.0.1:5000
  2. done

Feature

Enter an Instagram (IG) username to generate the following output:

  • Main user profile information (user_id, username, full_name, posts_count, followers, following, bio, category)
  • IG posts data (likes, comments, hashtags, tagged user, timestamp (upload time), etc.)

Data visualizations:

  • Most popular upload day
  • Most popular upload time
  • Line plot of recent posts' performance (based on likes/comments)
  • Note: the user can click on the data, then be given a link directing to that post.
  • Top hashtags
  • Top caption words
  • List of links to Most Liked Posts and Most Commented Posts

About

Instalyzer (Instagram Analyzer) that lets you analyze your instagram account performance.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published