Skip to content

Instagram Bot - Tool for automated social interactions

Notifications You must be signed in to change notification settings

DevelopersWork/Instagram-Bot

Repository files navigation

Welcome to Instagram Bot 👋

Tool that automates your social media interactions on Instagram.

Implemented in Python, Javascript using the Puppeteer

Features

Posting Videos

Download's videos from YouTube based on the configuration provided and posts those videos into the Instagram

Installing

Install required packages

sh init.sh

Input parameters

Environment Variables

Create a file .env

CHROME_EXECUTABLE_PATH='/usr/bin/chromium-browser'
PYTHON=python3
TEMP_DIRECTORY='./tmp'

YT_API_KEY='MyGoogleAPIKey'

INSTA_USERNAME='developerswork'
INSTA_PASSWORD='password'
INSTA_2AUTH=true

JSON Configuration

Create a file query.json

[
  {
    "q": "\"#shorts\" #twitch #gaming",
    "publishedAfter": "2022-11-20T11:02:55Z"
  },
  {
    "channelId": "UCLOuJz6XA80hEE8a8CbQ3iQ"
  },
  {
    "q": "\"#shorts\" @user-rs8xl8sv5j"
  },
  {
    "relatedToVideoId": "ASXCTgvuEk4"
  }
]

Running

node index.js

Show your support

Give a ⭐️ if this project helped you!


Disclaimer: Please be aware that this tool is experimental. Do not use it in a manner that may cause you harm or inconvenience. I am not responsible for any consequences arising from its use.

About

Instagram Bot - Tool for automated social interactions

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published