All Projects → instabotai → Instabotai

instabotai / Instabotai

Licence: apache-2.0
Instagram AI bot with face detection. It works without instagram api, need only login and password.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Instabotai

Instauto
Simple to use wrapper around the private Instagram API, written in Python.
Stars: ✭ 52 (-71.27%)
Mutual labels:  instagram-api, bot, instagram, instagram-scraper
Socialmanagertools Igbot
🤖 📷 Instagram Bot made with love and nodejs
Stars: ✭ 699 (+286.19%)
Mutual labels:  instagram-api, bot, instagram, instagram-scraper
Instagram Scraper
Scrapes an instagram user's photos and videos
Stars: ✭ 5,664 (+3029.28%)
Mutual labels:  instagram-api, instagram, instagram-scraper
Instagram Bot Dm
Instagram bot to send direct messages
Stars: ✭ 101 (-44.2%)
Mutual labels:  instagram-api, bot, instagram
Instalike Instagram Bot
automate instagram activities using instagram bot - like follow/unfollow comment; python requests lib
Stars: ✭ 128 (-29.28%)
Mutual labels:  bot, instagram, instagram-scraper
Instagram User Feed
This is a scrapper to easily fetch any feed and interact with Instagram (like, follow, etc.) without OAuth for PHP.
Stars: ✭ 435 (+140.33%)
Mutual labels:  instagram-api, instagram, instagram-scraper
Instagramapisharp
A complete Private Instagram API for .NET (C#, VB.NET).
Stars: ✭ 486 (+168.51%)
Mutual labels:  instagram-api, instagram, instagram-scraper
Igql
Unofficial Instagram GraphQL API to collet data without authentication
Stars: ✭ 80 (-55.8%)
Mutual labels:  instagram-api, instagram, instagram-scraper
Onegram
This repository is no longer maintained.
Stars: ✭ 137 (-24.31%)
Mutual labels:  instagram-api, bot, instagram
Instagram Bot
An Instagram bot developed using the Selenium Framework
Stars: ✭ 138 (-23.76%)
Mutual labels:  instagram-api, bot, instagram
Mygf Instagram
Like posts of my girlfriend's Instagram using web api, don't need any api key and access tokens just login and password
Stars: ✭ 140 (-22.65%)
Mutual labels:  instagram-api, bot, instagram
Instasharper
Private Instagram API
Stars: ✭ 426 (+135.36%)
Mutual labels:  instagram-api, instagram, instagram-scraper
Instamancer
Scrape Instagram's API with Puppeteer
Stars: ✭ 273 (+50.83%)
Mutual labels:  instagram-api, instagram, instagram-scraper
Instagram-Scraper-2021
Scrape Instagram content and stories anonymously, using a new technique based on the har file (No Token + No public API).
Stars: ✭ 57 (-68.51%)
Mutual labels:  instagram, instagram-scraper, instagram-api
Instabot.rb
An instagram bot works without instagram api, only needs your username and password. written in ruby
Stars: ✭ 149 (-17.68%)
Mutual labels:  instagram-api, bot, instagram
igFame
📷 igFame - Tool for automated Instagram interactions [PHP]
Stars: ✭ 16 (-91.16%)
Mutual labels:  instagram, instagram-scraper, instagram-api
Insta flters with python
With this program you can add hat & glass on your face(it's support multiple faces)
Stars: ✭ 21 (-88.4%)
Mutual labels:  instagram, instagram-api, face-detection
nanogram.js
📷 An easy-to-use and simple Instagram package that allows you to fetch media content without API and access token.
Stars: ✭ 62 (-65.75%)
Mutual labels:  instagram, instagram-scraper, instagram-api
Inwidget
inWidget - free Instagram widget for your website. Allows you to show photos from an Instagram account, by hashtags and more.
Stars: ✭ 132 (-27.07%)
Mutual labels:  instagram-api, instagram, instagram-scraper
Instagram Followers Bot
A bot for Instagram. You can follow users using a tag or in a specific location, unfollow those who dont follow-you-back, and follow-back those who follow you
Stars: ✭ 149 (-17.68%)
Mutual labels:  instagram-api, bot, instagram

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
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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].