Scrapstagram allows users to search Instagram's posts using hashtags.
- Clone the repository
git clone https://github.com/xTEddie/Scrapstagram.git
-
Install Python3
-
Install pip3
-
Install dependencies from pip_requirements.txt
pip3 install -r pip_requirements.txt
python3 scrapstagram.py [keyword]
where [keyword] is the hashtag to be searched. Please note that the '#' symbol is not needed.
This project based on insta_scrape which is written in ruby.