Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 410 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 410 Bytes

Personalities API

Description

Personalities API written in FastAPI for roleplay servers.

Features

  • Get question list with a limit
  • Calculate Character Personality

Tech

  • FastAPI
  • BeautifulSoup

Installation

  1. Clone the repository
  2. Create a virtual environment: python3 -m venv venv
  3. Install dependencies: pip install -r requirements.txt
  4. Run the app: uvicorn main:app --reload