Python OSINT tool for Instagram
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.
numpy, wordcloud, dominate, ipywidgets, Pillow, tqdm
instagram-private-api @ https://git@github.com/ping/instagram_private_api
pip install -r requirements.txt
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
This project is licensed under the MIT License.
Matteo P923 | 2021