An open API service indexing awesome lists of open source software.

https://github.com/krishpranav/instainfo

A simple python tool for getting a information about a instagram user
https://github.com/krishpranav/instainfo

instagram-scraper instagram-user python python3 web-scrapper web-scrapper-python

Last synced: 4 months ago
JSON representation

A simple python tool for getting a information about a instagram user

Awesome Lists containing this project

README

          

# InstaInfo
A simple python tool for getting a information about a instagram user

# Steps To Run This Tool On Linux:
- git clone https://github.com/krishpranav/InstaInfo
- cd InstaInfo
- sudo chmod +x *
- sudo bash install.sh
- python3 instainfo.py

# Steps To Run This Tool On Termux(Android):
- apt update
- apt install python
- git clone https://github.com/krishpranav/InstaInfo
- cd InstaInfo
- chmod +x *
- bash install.sh
- python3 instainfo.py

# Steps To Run This Tool On Mac:
- git clone https://github.com/krishpranav/InstaInfo
- cd InstaInfo
- sudo chmod +x *
- sudo bash install.sh
- python3 instainfo.py

# HOW TO USE THIS TOOL:
- python3 instainfo.py -h (for help menu)
- python3 instainfo.py -u (target username) -p (-p for post scrap)
- python3 instainfo.py -u (target username) -s (-s for saving the scrap data)
- python3 instainfo.py -u (target username) -t (-t for tag scrap)