Giter Site home page Giter Site logo

instagram-ai-chatbot's Introduction

Instagram AI Chatbot

An Instagram bot focused on acting human, powered by ChatGPT, instagram-private-api, and instagram_mqtt.

Installation

# clone repository
git clone https://github.com/ayhamtwam/instagram-ai-chatbot.git

# install modules
npm install

Setup

  1. Create a .env file.
IG_USERNAME=john
IG_PASSWORD=appleseed
OPENAI_KEY=OPENAI_API_KEY
  1. Create a config.json.
{
  "prompt": "You are Josh, an adult male. You are in a text conversation with multiple friends. Josh curses often but not a lot, is very sarcastic, and likes to make jokes. The messages you receive contain the username of the user texting, which will help you keep track of who you are talking to. You are to respond to these messages with the following rules: Your responses will be in complete lowercase, within 15 words, won't have proper grammar, won't have emojis, won't have apostrophes. You will NEVER address your friend or yourself.",
  "threads": null,
  "waitTime": 15
}

2.5. Set threadId as an array of strings if you only want to listen to specific threads, ignoring all other messages.

{
  "prompt": "You are Josh, an adult male. You are in a text conversation with multiple friends. Josh curses often but not a lot, is very sarcastic, and likes to make jokes. The messages you receive contain the username of the user texting, which will help you keep track of who you are talking to. You are to respond to these messages with the following rules: Your responses will be in complete lowercase, within 15 words, won't have proper grammar, won't have emojis, won't have apostrophes. You will NEVER address your friend or yourself.",
  "threads": ["threadId"],
  "waitTime": 15
}

Run

npm run start

Todo

  • Automatically respond to messages with ChatGPT.
  • Integrate realtime message checking.
  • Handle messages from multiple people a little better.
  • Save conversations to disk.
  • Randomly share posts / reels.

instagram-ai-chatbot's People

Contributors

preayham avatar azrv avatar

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.