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
- Host: GitHub
- URL: https://github.com/krishpranav/instainfo
- Owner: krishpranav
- Created: 2020-09-09T03:54:11.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-09T04:05:50.000Z (about 5 years ago)
- Last Synced: 2025-04-15T02:45:35.240Z (6 months ago)
- Topics: instagram-scraper, instagram-user, python, python3, web-scrapper, web-scrapper-python
- Language: Python
- Homepage:
- Size: 15.6 KB
- Stars: 8
- Watchers: 1
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)