gpt-instagram
Basic Information
GPT-Instagram is a GPT-based autonomous multi-agent web application built with Next.js, LangChain.js and LangGraph.js that analyzes a user's historical Instagram data via the Instagram Basic Display API to extract personality and posting style and then researches and recommends Instagram post ideas and improvements in response to user queries. The project orchestrates multiple specialized agents to study past posts, condense explanations, generate caption and post suggestions, critique virality potential, create images, and iteratively improve posts with user input. It integrates OpenAI for language models and Tavily for search, stores data in a Postgres database managed via Drizzle ORM, and requires IG access and API keys configured in an environment file. The README includes setup instructions, token guidance, and notes that this was developed as a Tavily AI intern toy project.