Skip to content

madshansens/instabotai

 
 

image


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
pip install -U pip
pip install -r requirements.txt
python run.py -u username -p password

If you only want to use CLI run:
python 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 -u username -p password
[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 -u username -p password

Run:

python run.py -u yourusername -p yourpassword

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

Works on all browsers without extensions!

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.

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 51.3%
  • CSS 45.6%
  • JavaScript 1.8%
  • HTML 1.2%
  • Dockerfile 0.1%