Skip to content

tg-prplx/rpbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

RPBot

This project contains a simple chat bot implementation with API and optional Telegram interface. A lightweight WebUI inspired by ChatGPT is provided via FastAPI.

Running the Web UI

Install dependencies and start the server:

pip install -r rpbot_pkg/requirements.txt
python -m rpbot_pkg.webui.main

Open your browser at http://localhost:8000 to chat with the bot.

The API endpoints remain under /api:

  • POST /api/chat/{user_id} – send a message
  • POST /api/chat/{user_id}/image – attach an image

Package Layout

rpbot_pkg/
  api/            # API wrappers and request builders
  services/       # Service layer
  bot/            # Telegram bot interface
  webui/          # FastAPI web interface

About

NSFW AI Roleplayer bot with image generation.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors