Instagram scraper which scrapes peoples images use machine learning to recognise a face, if face is detected it will repost that photo.
Script now saves user session and and have CLI session. I also integrated it with instabot api. 90% of it are junk code I will fix it later.
This script scrapes images from users and then repost them under your Instagram accounts with your own tags.
Demo: https://www.instagram.com/siliconeheaven/
Ubuntu:
sudo apt install cmake
Arch Linux:
sudo pacman -S cmake
git clone https://github.com/reliefs/Instagram-scraper-with-autopost.git
cd Instagram-scraper-with-autopost
sudo pip install -r requirements.txt
change yourusername to your instagram username in file example.py line 29: InstaUsername = "yourusername"
change instaprofiles.txt to the instagram profiles you wanna scrape
Run: python example.py
If you are getting Illegal Instruction with face_recognition follow this guide: ageitgey/face_recognition#11 (comment)
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE TERMS AND CONDITIONS FOR COPYING, DISTRIBIUTION AND MODIFICATION.
- You just do WHAT THE FUCK YOU WANT TO.