CrewAI Instagram Example

media

Crew Details

This repository demonstrates a CrewAI application for automating Instagram post creation. The project includes multiple AI agents working together to research, curate, and generate Instagram content efficiently.

Install

  1. Clone the repo: git clone https://github.com/alejandro-ao/crewai-instagram-example.git
  2. Install Poetry: pip install poetry
  3. Lock and install dependencies: poetry lock && poetry install
  4. Set the OPENAI_API_KEY in the .env file
  5. Run the project: poetry run instagram

Input & Output

Input
  • Set up dependencies, define environment variables, and run the main script. Customize agents and tasks as needed.
Output
  • Generates an Instagram post based on researched and curated content. This example, unmodified, will run the create a report.md file with the output of a research on LLMs in the root folder

Creator

Alejandro

Tools used

search_internet

Use this tool to search the internet for information. This tool returns 5 results from Google search engine.

search_instagram

Use this tool to search Instagram. This tool returns 5 results from Instagram pages.

open_page

Use this tool to open a webpage and get the content.