Skip to content

Instagram Scraper with autopost which use machine learning to only post images of people with a face.

Notifications You must be signed in to change notification settings

nguyenducnhaty/Instagram-scraper-with-autopost

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Instagram Scraper with autopost which use machine learning to only post images of people with a face.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%