Skip to content

xTEddie/Scrapstagram

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.