Giter VIP home page Giter VIP logo

instagram-discord-bridge's Introduction

Instagram Discord Bridge

Drone Build

This is a bot written in Node.js which takes messages from Instagram chats and forwards them to Discord and vice-versa.

I do not use this project any more, so I am not actively maintaining it or making large changes. I will try my best to help out with problems and small fixes though.

โš ๏ธ This bot is very janky at the moment. The code is definitely not written in the best way (like checking messages from Instagram). Check the known problems section for more info.

I am using this on a school Discord server, where people might not want to use Discord but can still join in from a linked Instagram chat (as Instagram is quite a popular chat method for people of my age).

Known Problems

  • Using this bot could result in your Instagram account being banned (as bots aren't really allowed by Instagram). To minimize the risk, use a fresh Instagram account that you don't care about.
  • Using this bot could also result in your IP address being banned (as bots aren't really allowed by Instagram).
  • This bot may mysteriously crash or disconnect. I have successfully ran this bot for about 4 days before I needed to restart it as the connection to Instagram broke (maybe logged out?).
  • Code isn't written super efficiently, the bot may slow down significantly when processing lots of messages at the same time (from lots of different channels and threads).
  • Instagram messages that aren't text based will not be sent through (e.g posts, GIFs, images, etc..).

Setup

Installing

Note: Substitute yarn for npm if you don't have yarn installed.

git clone https://github.com/jake-walker/instagram-discord-bridge.git
cd instagram-discord-bridge
yarn install

Configuring

Edit bot-config.js. It has comments for describing what everything means.

Please note:

  • The Instagram account you are using must be a member of any of group chats that you want to bridge.
  • The Discord bot you are using must be on channels that you want to bridge.

Example Config

None of these values are real, but do look similar, so you should know if you are putting in the right thing or not.

// This is a JavaScript object (similar to JSON) which allows comments
// to be put in.
module.exports = {
  // All the Instagram account details
  instagram: {
    // Instagram Username
    username: "discordbridge",
    // Instagram Password
    password: "Pa$$w0rd!"
  },
  // Discord Account Details
  discord: {
    // Bot Token
    token: "h80453jh8ruh9u8965wuh89w45uh9trsjlhy8tr9lhhutr89wphuy8954q3"
  },
  // Channel Mappings
  mappings: [
    {
      // The Instagram thread id goes here.
      instagram: "692164687673640789327676765486452027680",
      // The Discord channel id goes here.
      discord: "806410543778673986"
    },
    {
      // The Instagram thread id goes here.
      instagram: "690348989685685832070727853789805097762",
      // The Discord channel id goes here.
      discord: "986496785376854768"
    }
  ],
  // Webhook Mappings (optional)
  webhooks: {
    // Format: "{Discord Channel ID}": "{Discord Channel Webhook ID}/{Discord Channel Webhook Token}"
    "806410543778673986": "648567895427682768/gheuighuept859ty87459wtu85ghw8lgyh89p5eyr8g9pysh8ggyh89twy89453yt8hs"
  }
}

Supported Message Types

Both Discord and Instagram have slightly different message types (for example, Instagram has normal text messages, embedded posts, etc...), this means that extra conversion is needed to send an Instagram embedded post to a Discord image. Here are the message types that I am aware of and whether they work or not.

Instagram

Type Working?
Image (using the 'Gallery' button) Yes
Image (using the Blue Camera button) No (WIP)
Video (using the Blue Camera button) No
'Big' Like (using the plus then the heart button) Yes
GIF (using the plus then GIF button) Yes
Text (normal message) Yes
Action (e.g hearting a message) Maybe (implemented but doesn't seem to work)
Post Embed (going to a post then tapping the plane) Yes

Discord

Type Working?
Text Yes

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.