Skip to content

open-cu/youarebot-quickstart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Echo Bot

A simple echo bot for the HumanOrBot project that replies to any received message with the same text.

Overview

This service provides a FastAPI-based API endpoint that receives messages and echoes them back. It is designed to work with the HumanOrBot service, responding to each message with the same text.

Running the Service

Go to the project directory:

On Linux/macOS

chmod +x run_all_linux.sh
./run_all_linux.sh

On Windows

powershell.exe -ExecutionPolicy Bypass -File .\run_all_windows.ps1

These scripts will:

  1. Install Poetry (if needed)
  2. Install project dependencies
  3. Set up an SSH tunnel to the remote host
  4. Start the FastAPI application on port 6782

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published