Personalities API written in FastAPI for roleplay servers.
- Get question list with a limit
- Calculate Character Personality
- FastAPI
- BeautifulSoup
- Clone the repository
- Create a virtual environment:
python3 -m venv venv
- Install dependencies:
pip install -r requirements.txt
- Run the app:
uvicorn main:app --reload