Awesome
Scrapstagram
Scrapstagram allows users to search Instagram's posts using hashtags.
Setup
- Clone the repository
git clone https://github.com/xTEddie/Scrapstagram.git
Installation
-
Install Python3
-
Install pip3
-
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.