Skip to content

Latest commit

 

History

History
51 lines (32 loc) · 1.74 KB

README.md

File metadata and controls

51 lines (32 loc) · 1.74 KB

image



Instagram scraper which scrapes peoples images use machine learning to recognise a face, if face is detected it will repost that photo.

Face detection at work on a live webcam

image

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/

To install script:

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

Troubleshoot

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.

  1. You just do WHAT THE FUCK YOU WANT TO.