Skip to main content

Instagram bot scripts for promotion and API python wrapper.

Project description

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.

Demo:

https://www.instagram.com/japanheaven

Requirements

  • Python 3.6+
  • Min 20-30 Profiles to scrape or it will repost same image when no new image is posted in list.

Installation with PIP

Install instabotai with:

pip install -U instabotai

Run instabotai with:

instabotai -u yourusername -p password -l josephineskriver,wolfiecindy -t "#like4like#follow4follow"

Installation with Docker

docker pull reliefs/instabotai

docker run reliefs/instabotai -u username -p password -l josephineskriver,wolfiecindy -t "#tag1#tag2"

Face detection at work on a live webcam

image

This script scrapes images from users and then repost, like and comment their images if face is detected with your own tags.

To install script on Windows:

Install Cmake

download link : https://github.com/Kitware/CMake/releases/download/v3.14.1/cmake-3.14.1.zip

Install Dblib

Download dlib ‘.wheel’ file as ur system requirnment (use link bellow) download link : https://pypi.python.org/simple/dlib/

Open cmd navigate to dlib wheel file path and hit command
pip install dlib_file_name.wheel

Then run

git clone https://github.com/instagrambot/instabotai.git --recursive
cd instabotai/
pip install -r requirements.txt
python example.py -u yourusername -p password -l josephineskriver,wolfiecindy -t "#like4like#follow4follow"

And press Enter.

To install script on Linux:

Ubuntu:
apt-get install python-dev python3-dev
sudo apt install g++
sudo apt install cmake
sudo apt install python3-pip

Arch Linux:
sudo pacman -S cmake
sudo pacman -S python3-pip

First, make sure you have dlib already installed with Python bindings:

Then do

git clone https://github.com/instagrambot/instabotai.git

cd instabotai

sudo pip install -r requirements.txt

python example.py -u yourusername -p password -l josephineskriver,wolfiecindy -t "#like4like#follow4follow"

Troubleshoot

If you are getting Illegal Instruction with face_recognition follow this guide: https://github.com/ageitgey/face_recognition/issues/11#issuecomment-475482716

AttributeError: 'module' object has no attribute 'face_recognition_model_v1'

Solution: The version of dlib you have installed is too old. You need version 19.7 or newer. Upgrade dlib.

For Dlib install error run

python3 setup.py install --no DLIB_USE_CUDA

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

instabotai-1.0.44.tar.gz (7.3 kB view details)

Uploaded Source

File details

Details for the file instabotai-1.0.44.tar.gz.

File metadata

  • Download URL: instabotai-1.0.44.tar.gz
  • Upload date:
  • Size: 7.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.7.3

File hashes

Hashes for instabotai-1.0.44.tar.gz
Algorithm Hash digest
SHA256 af43728326d4348f7e9b614e4d0f430c465b58ee207b3f8d97183008b45b76df
MD5 3a359617ce4b93b64bc34d30a412fc24
BLAKE2b-256 d22c710823f9390aa29d6f41cbee9b39cc7104dbc7e9b5405c5f4f6250210ff4

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page