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

Telegram Bot

Here's an example showing you how to setup the .env, config, and run the Telegram client

PreviousDiscord BotNextWhat We Support

Last updated 4 months ago

Environment

Set these .env variables by following the documentation on creating a . Additionally, by following the process to create a bot and edit it to your liking leveraging the @Botfather bot on telegram.

Name

TELEGRAM_TOKEN

Simply enable the feature and configure as seen below:

    "telegram": {
        "surrounding_messages": 10,
        "selection_rate": 0.1
    }
},
"enabled_clients": [
    "telegram"
],

Run the below start command as always:

cargo run -- --character hunter.json

Add the bot to your chosen telegram chat!

telegram application
Search for your bot and /start to begin, feel free to add our @fabelis_bot!