LogoLogo
  • πŸŽ‰Welcome To Fabelis.AI
  • ❓What Is Fabelis?
  • πŸ›£οΈRoadmap
  • 🀝How To Contribute
  • Playground
    • πŸ›What is the Playground?
    • Chatroom
    • Tool Configuration
    • Character
    • Settings
  • MCP
    • Overview
    • Run a Client
  • Create a Server
  • Active Backends
  • AGENT
    • πŸƒHow To Run
    • 🏌️Character File
    • CLI Chatbot
    • Twitter Agent
    • πŸ‡ΊπŸ‡ΈTruth Social
    • Discord Bot
    • Telegram Bot
  • What We Support
  • Environment
  • Support
Powered by GitBook
On this page
  1. AGENT

Truth Social

Here's an example showing you how to setup the .env, config, and run the Truth Social Agent

Environment

Set these .env based on your login info.

Name

TRUTH_USERNAME

TRUTH_PASSWORD

Simply enable the feature and configure as seen below:

{
    "clients": {
        "truth": {
            // Set the min/max range for delay between posts in MINUTES
            "post_delay": [
                10,
                20
            ],
            // Set the min/max range for delay between replies in MINUTES
            "reply_delay": [
                10,
                20
            ],
            // Set delay in MINUTES after searching twitter for relevant posts when creating post response
            "search_delay": 1,
            // Set HARD delay in MINUTES between actions
            "delay": 0,
            // If TRUE agent wont post/reply live but will print its responses in the console
            "debug": true
        }
    },
    "completion_provider": "anthropic",
    "embedding_provider": "local",
    "db": "local"
}

Run the below start command as always:

cargo run -- --character trump.json
PreviousTwitter AgentNextDiscord Bot

Last updated 4 months ago

Check out our agent here:

πŸ‡ΊπŸ‡Έ
https://truthsocial.com/@FabelisAI