agentfy
  • Agentfy – Multi-Agent System for Social Media
    • Overview
    • Agentfy Capabilities Table
    • Quick Demos
  • Guides
    • Getting Started
    • Running the Program
  • About AGENTFY
    • Why Agentfy?
    • Agentfy as an Open Agent Protocol (Inspired by A2A + MCP)
    • Vision
    • Current Architecture
    • Sponsorship & Support
  • Contact US
    • Website
    • X
    • Github
Powered by GitBook
On this page
  1. Guides

Getting Started

PreviousQuick DemosNextRunning the Program

Last updated 4 days ago

  1. Clone the repository git clone https://github.com/callmeiks/Agentfy.git

  2. Navigate to the project directory cd Agentfy

  3. Install dependencies: pip install -r requirements.txt

  4. If you want to , please follow the instructions in the section below.

    • This is optional and not required for basic usage

    • You can skip this step if you are just running the existing agents

  5. Set environment variables in .env file

    • Required API keys and configurations can be found in config.py

    • Example .env file:

      OPENAI_API_KEY=your_key_here
      X_API_KEY=your_key_here
      X_API_SECRET=your_secret_here
      YOUTUBE_API_KEY=your_key_here
      ....

⚠️ Notes: You need to obtain API keys for the respective platforms you want to interact with (e.g., TikTok, Twitter, YouTube, etc.) If you are having trouble getting the API keys, please contact us

➕ If You Need to Add New Sub Agents
lqiu314@gmail.com
Page cover image