xTEddie / Scrapstagram

An Instagram Scrapper

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Scrapstagram

Scrapstagram allows users to search Instagram's posts using hashtags.

Setup

  1. Clone the repository
  git clone https://github.com/xTEddie/Scrapstagram.git

Installation

  1. Install Python3

  2. Install pip3

  3. Install dependencies from pip_requirements.txt

  pip3 install -r pip_requirements.txt

Run the tool

  python3 scrapstagram.py [keyword]

where [keyword] is the hashtag to be searched. Please note that the '#' symbol is not needed.

Credits

This project based on insta_scrape which is written in ruby.

About

An Instagram Scrapper

License:MIT License


Languages

Language:Python 100.0%