This is a nodejs based crawler that will crawl instagram data based on hashtag to locally installed mongodb. Please use this for educational purpose only. Access token of instagram must be obtained, and NOT in sandbox mode. For more information, please refer to https://www.instagram.com/developer/
- Make sure
mongodb
is installed - Make sure
node
andnpm
is installed
- Have a hashtag to crawl in mind
- Have access_token from instagram developer which is not in sandbox mode
- No access control to your mongo (Can be accessed without password)
- Install dependencies
npm install
- Crawl the hashtag to your mongo
node . <HASHTAG> <ACCESS-TOKEN>