busybox11 / insta-discord

Instagram integration for Discord

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

insta-discord

Basic Instagram bot that sends messages from a chat to a Discord webhook

How to use

  • Install all dependencies (npm i)
  • Create a copy of .env.example to .env
  • Edit the following values:
    • INSTA_USERNAME: The bot's Instagram username
    • INSTA_PASSWD: The bot's Instagram password
    • INSTA_CHAT_ID: The Instagram Chat ID to follow (can get using web browser and DM URL)
    • DISCORD_WEBHOOK_URL: The Discord Webhook URL to use
    • DISCORD_BOT_TOKEN: The token of the Discord bot
    • DISCORD_CHANNEL_ID: The Discord channel ID to use with Instagram (preferrably the same channel as the webhook)
    • DISCORD_INVITE_URL: The Discord server invite URL

Features

  • Send Instagram messages to Discord webhook
  • Send Discord messages from channel to Insta DM
  • Attachments support
  • Handle Discord and Instagram system notifications Not possible ATM
  • Handle Discord channel and user / roles mentions
  • Invite command to the Discord server
  • Use discord.js' built-in webhook methods
  • Automatic webhook creation
  • Use nicknames instead of global Discord name (configurable)

About

Instagram integration for Discord


Languages

Language:JavaScript 96.9%Language:Shell 3.1%