Raptr3x / instagram_bot

A bot that implements Face recognition and OCR and runs @pc_setup_ideas page on instagram. Achived over 32k followers in a year. Hosted on Raspberry Pi.

Home Page:https://www.instagram.com/pc_setup_ideas/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

instagram_bot

Bot that runs @pc_setup_ideas page on instagram and since has made over 30k followers.

Main workflow

0) Check if image count below threshold, if true:
	a) Populate quarantine directory
	b) Perform checks on downloaded image:
		I) Check image hash if similar has been posted
		II) Check image for human face
		III) Check image for red flag keywords (We don't want to pull advertisement images)
		IV) If at least one check is true, image is deleted
	c) Hash images that remained and move them to future_images directory
1) Select a random image from future_images
2) Get random description and random 25 hashtags from db
3) Post image to Instagram
4) Print bot data and wait selected amount of time, go to 0)

About

A bot that implements Face recognition and OCR and runs @pc_setup_ideas page on instagram. Achived over 32k followers in a year. Hosted on Raspberry Pi.

https://www.instagram.com/pc_setup_ideas/


Languages

Language:Python 99.9%Language:PowerShell 0.1%