codeagram / InstaCrawler

InstaCrawler is a script to crawl user details from Instagram using it's private API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installation

Clone/Fork or Download the repository 'https://github.com/codeagram/InstaCrawler.git' 'cd InstaCrawler'

Create a Python Virtual Environment

python3 -m venv venv

Install the required depensencies

pip install -r requirements.txt

Activate the environement

For Linux Users source venv/bin/activate

For Widows Users .\venv\Scripts\activate

Usage

Add your Username and Password to config/credentials.json file

change the execution permission with chmod +x InstaCrawler.py and run ./Instacrawler.py or run with python3 InstaCrawler.py

About

InstaCrawler is a script to crawl user details from Instagram using it's private API


Languages

Language:Python 100.0%