Skip to content

Rahul-s-007/INSTAGRAM-DETAILER

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

INSTAGRAM-DETAILER

Note:

  • IP_project.py is the source code
  • img_start.jpg is necessary to execute the code and should be in the same directory as code
  • All File paths and MySQL login deatils in code must be changed accordingly to your system
  • A data-base with the following structure must be created before executing the program
  • All necessary imports must be installed before executing the program

Documentation Images folder has no use in execution of code and is only used for README.md file

Made using:

  • Pyhton 3.7
  • GUI- Tkinter
  • Backend/Database- MySQL

Structure of Database:

Table name: userdata

Column Name Type Size
Username Varchar 40
Following Varchar 20
Followers Varchar 20
Following Varchar 20
Posts Varchar 20
Total_Likes Varchar 20
Total_Comments Varchar 20
Ghost_Followers Varchar 20
Date_Saved Varchar 20

Imports:

  • import datetime
  • import matplotlib.pyplot as pl
  • import sys
  • import os
  • import glob
  • import shutil
  • from PIL import ImageTk
  • import PIL.Image
  • import instaloader
  • from instaloader import Instaloader, Profile
  • from tkinter import*

Documentation:

Jump to a section:

MySQL Database Connection:

Font, Background and Text Colour:

Initilization of Tkinter Pages:

Home Page:

Home Page (Code):

Login and Search Page:

Login and Search Page (Code):

Search Result Page:

Search Result (Code):

Show Graph Page:

Graph (Code):

Save Profile (Code):

Search Database Page:

Search Database Page (Code):

Search Database Result:

Search Database Result (Code):

"Go Home" Button (Code):

"Close" Button (Code):

Limitations of this application software:

1. In the case of Private Instagram Accounts the user needs to be in the followers list of the said target account.

2. The metric of “Ghost Followers” is meaningless in case the target profile has zero Instagram posts.

3. In a single run instance, the user can retrieve data from only one target profile at a time.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages