All Projects → rafaelferreirapt → instagram-bot

rafaelferreirapt / instagram-bot

Licence: MIT license
Instagram bot to like and subscribe users that posted some media associated to any tag

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to instagram-bot

Instagram-to-discord
Monitor instagram user account and automatically post new images to discord channel via a webhook. Working 2022!
Stars: ✭ 113 (+79.37%)
Mutual labels:  instagram-bot
igFame
📷 igFame - Tool for automated Instagram interactions [PHP]
Stars: ✭ 16 (-74.6%)
Mutual labels:  instagram-bot
Igbot
🐙 Free scripts, bots and Python API wrapper. Get free followers with our auto like, auto follow and other scripts!
Stars: ✭ 4,094 (+6398.41%)
Mutual labels:  instagram-bot
Instagram-mass-reporter
This bot helps users to mass report Instagram accounts
Stars: ✭ 229 (+263.49%)
Mutual labels:  instagram-bot
instagramBot
A NodeJS wrapper for the Instagram Bot It works with instagram private api ,It has almost all the features the Instagram app.
Stars: ✭ 40 (-36.51%)
Mutual labels:  instagram-bot
InstaResponder
Instagram Auto DM responder with DialogFlow 🔥
Stars: ✭ 42 (-33.33%)
Mutual labels:  instagram-bot
insta reddit bot
[UNMAINTAINED] A bot which pulls images from Reddit and uploads them to Instagram. Former source code of @me_irl_bot
Stars: ✭ 26 (-58.73%)
Mutual labels:  instagram-bot
insta-story
🤖 📷 Instagram Story Downloader Anonymously - PHP
Stars: ✭ 25 (-60.32%)
Mutual labels:  instagram-bot
Hacking-tools
INSTAGRAM DM BOT | MULTI-THREADING REQUESTS BASED | PROXY SUPPORT
Stars: ✭ 35 (-44.44%)
Mutual labels:  instagram-bot
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 (-9.52%)
Mutual labels:  instagram-bot
MyIGBot
MyIGBot is a Private API for Instagram to like, follow, comment, view & intaract with stories, upload post & stories, get all information about a user/posts and get posts based on locations/hashtags. It also supports proxy.
Stars: ✭ 137 (+117.46%)
Mutual labels:  instagram-bot
meerkat
Watch your following activities on Instagram.
Stars: ✭ 31 (-50.79%)
Mutual labels:  instagram-bot
bot
Completely free and open-source human-like Instagram bot. Powered by UIAutomator2 and compatible with basically any Android device 5.0+ that can run Instagram - real or emulated.
Stars: ✭ 321 (+409.52%)
Mutual labels:  instagram-bot
puppeteer-instagram
Instagram automation driven by headless chrome.
Stars: ✭ 87 (+38.1%)
Mutual labels:  instagram-bot
IG Automation Bot
Python tool for Instagram direct message automation with scheduler, quota management, user blacklist & autonomous user scrapping. Easily configurable through Yaml config files! Not maintained anymore in favor of IGopher (https://github.com/hbollon/IGopher)
Stars: ✭ 18 (-71.43%)
Mutual labels:  instagram-bot
inshackle-bot
Get unlimited followers on Instagram for free . Bot by cyber kallan
Stars: ✭ 448 (+611.11%)
Mutual labels:  instagram-bot
FCommunity
multi Checkers (Hma/Hulu/Spotify/Call of duty/Instagram/smtp2go/VyprVpn) in One Tool Named FCommunity
Stars: ✭ 26 (-58.73%)
Mutual labels:  instagram-bot
TikTokBot
Bot save videos from instagram and then post them to Tik-Tok
Stars: ✭ 21 (-66.67%)
Mutual labels:  instagram-bot
Instagram-Like-Comment-Bot
📷 An Instagram bot written in Python using Selenium on Google Chrome. It will go through posts in hashtag(s) and like and comment on them.
Stars: ✭ 53 (-15.87%)
Mutual labels:  instagram-bot
auto-Instagram-posting-bot
A bot that downloads 9gag and Instagram posts, and re-uploads it to your Instagram account
Stars: ✭ 87 (+38.1%)
Mutual labels:  instagram-bot

The ability to POST and DELETE likes, follows and comments is restricted to applications that offer business services and not consumer facing apps. https://help.instagram.com/contact/185819881608116

OTHER INSTA BOT WITHOUT API https://github.com/LevPasha/instabot.py

Instagram Python Bot

This Instagram Python script let you launch one bot to like and follow people that post media with specific "tags". You have, for now, 3 different bots:

  • The "all-time bot", /bot, that runs continuously from the moment that started to the moment end of the media list for each tag.
  • The "day bot", /day_bot, that makes the same work of the previous one but with the difference that only likes media from the past hours.
  • The "clean bot", /clean, this bot cleans the following list. Now, only can clean the ones that doesn't follow you.

Configuration

  • /bot .. config_bot.json:
    • "path" the folder that you want to save the log from this bot
    • "access_token" generate from: get_access_token.py
    • "my_user_id" your user id, get from the response of: get_access_token.py
    • "prefix_name" the files prefix
    • "follows_per_hour" the max rating follow
    • "likes_per_hour" the max likes per hour
    • "sleep_timer" sleep timer between each api_request
  • /day_bot .. config_bot.json
    • "path" the folder that you want to save the log from this bot
    • "access_token" generate from: get_access_token.py
    • "my_user_id" your user id, get from the response of: get_access_token.py
    • "prefix_name" the files prefix
    • "follows_per_hour" the max rating follow
    • "likes_per_hour" the max likes per hour
    • "sleep_timer" sleep timer between each api_request
  • /clean .. config_clean.json
    • "access_token" generate from: get_access_token.py
    • "my_user_id" your user id, get from the response of: get_access_token.py

Installation

Use a Raspberry PI!

  1. Clone this repository

  2. Install the requirements $ (sudo) pip install -r requirements.txt

  3. Configure the bot's

  4. Launch the screen:

    // Bash:
    
    screen -S SCREEN_NAME -d -m -L python ~/PATH_TO_BOT/bot.py
    
  5. Crontab for day_bot.py:

    // Bash:
    
    $ crontab -e
    
    00 5 * * * cd ~/PATH_TO_DAY_BOT/ && python day_bot.py
    

More information: http://www.rafaelferreira.pt/instagram-python-bot/

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