xxika / instabotai

Instagram AI bot with face detection. It works without instagram api, need only login and password.

Home Page:http://instabotai.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

image

| Website | Read the Docs | Contribute |


PyPI version Telegram Chat Build Status Python 2.7, 3.5, 3.6, 3.7

InstabotAI

Instabotai is an instagram bot with face detection that uses the undocumented Web API. Instabotai can reupload photo to feed, reupload photo to stories, watch stories, comment, like and DM users if a face is detected on image. Unlike other bots, Instabotai does not require Selenium or a WebDriver. Instead, it interacts with the API over simple HTTP Requests. It runs on most systems.

image

Requirements

Features

  • Like Users Following Images with AI
  • Like Users Followers Images with AI
  • Like Hashtag Images AI
  • Follow User Followers
  • Follow User Following
  • Comment User Followers
  • Comment User Following
  • Watch Infinity Stories by user
  • Like Hashtag Images
  • Like all image comments
  • Multibot
  • GUI

Installation

Python 3.7+ 64bit - https://www.python.org/ftp/python/3.7.4/python-3.7.4-amd64.exe - Enable ADD TO PATH https://www.microsoft.com/en-us/download/details.aspx?id=53587 (Only required for Windows Users)

git clone https://github.com/instabotai/instabotai.git or Click Download Above
cd instabotai
pip3 install -U pip
pip3 install -r requirements.txt
python3 run.py

If you only want to use CLI run:
python3 cli.py -u username -p password

Installation with docker

git clone https://github.com/instabotai/instabotai.git
docker build .
sudo docker run -ti -p 8000:8000 YOURIMAGEID
[On Linux You need to change the run.py line 652 127.0.0.1 to 0.0.0.0 before building docker]

Installation with tensorflow 1.14 or Python 32 bit+

If your system does not support tensorflow 2.0.
Delete mtcnn folder
Download it trough pip: pip install mtcnn
python run.py

Run:

python run.py

Open http://127.0.0.1:8000/ in your browser

Works on all browsers without extensions!

Make the bot work remote from GUI: To make the bot work remote with GUI, you need to open port 8000 on your router. Then when you are running the bot with python run.py you will be able to access the GUI from yourip:8000

To install tensorflow on your system without pip.

Arch Linux:

Pacman -S tensorflow

About

Instagram AI bot with face detection. It works without instagram api, need only login and password.

http://instabotai.com

License:Apache License 2.0


Languages

Language:Python 51.4%Language:CSS 45.6%Language:JavaScript 1.8%Language:HTML 1.2%Language:Dockerfile 0.1%