Skip to content

Lanxre/Character_Ai_Bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

💬 Character AI Bot for Telegram

An unofficial Bot for Character AI for Python using FastApi, Aiogram, Aiohttp

💻 Installation

pip install poetry
poetry install

or

python -m venv venv
venv/Scripts/activate

💻 Start Bot

python ./main.py
or
uvicorn main:create_app

📚 Commands

  1. start
    • initial message
  2. menu
    • menu characters
  3. end
    • end you dialog
  4. delete
    • delete you message which u send ᅠ

🔑 INFO

  1. Bot work on sqlite db
  2. You need api for gpt answer
  3. You need setup u webhook, use ngrok for free

Releases

No releases published

Packages

No packages published