Skip to content

P923/PyInstaScrap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation



InstaScrap

Python OSINT tool for Instagram

@Python

Introduction

InstaScrap is a scraper for Instagram. Insert a target and you will receive various information, including: page connected with Facebook, Email, Phone number (if available). In addition, you will be shown the locations used in the posts, with a map (OpenStreetMap) for an easier consultation. It will also generate a word cloud for hashtags and for the most used words. You will also visualize who has been tagged by the target in their posts. You can also check who has added the most likes to the target's posts.

The output is given with an html file in the Output folder.




Prerequisites

numpy, wordcloud, dominate, ipywidgets, Pillow, tqdm
instagram-private-api @ https://git@github.com/ping/instagram_private_api

Installing

pip install -r requirements.txt 

Running

Setup USERNAME, PASSWORD and TARGET in main.py.
Setup the path of cookie in DEFAULT_COOKIE_PATH.
Setup LANGUAGES, with the languages of the posts of TARGET.
Set CHECK_LIKERS to True if you want to see all likers of TARGET. (Slow, you might be throttled)

python main.py

License

This project is licensed under the MIT License.

Author

Matteo P923 | 2021

About

Instagram Python Scraper

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published