This Instagram Customer Support bot automates interactions to assist users with inquiries, complaints, and FAQs. It leverages Google Gemini AI to provide efficient support.
- Automated Responses – Answers common customer queries using AI.
- DM-Based Support – Engages with users via direct messages.
- AI-Powered Chat – Uses Google Gemini AI to understand and respond to customer issues.
- Ticket Management – Tracks and escalates unresolved issues.
- 24/7 Availability – Provides non-stop customer assistance.
- Personalized Interactions – Custom responses based on user history and context.
- Node.js – Backend server
- Google Gemini AI – NLP for personalized support
- Langchain - Ai agent Framework
- Clone the repository:
git clone https://github.com/RatnadeepRoy01/InstaBot.git cd instagram-support-bot
- Install dependencies:
npm install
- Set up environment variables (
.env
file):INSTAGRAM_USERNAME=your_username INSTAGRAM_PASSWORD=your_password GOOGLE_GEMINI_API_KEY=your_api_key
- Run the bot:
node index.js
This bot is for educational purposes only. Automating interactions on Instagram may violate their terms of service, so use it responsibly.