CharacterAI
Unofficial Python API for character.ai
File Explorer
Download Latest Version (.zip)- FUNDING.yml
- __init__.py
- account.py
- characters.py
- chat1.py
- chat2.py
- chats.py
- other.py
- recent.py
- users.py
- utils.py
- __init__.py
- client.py
- __init__.py
- account.py
- characters.py
- chat1.py
- chat2.py
- chats.py
- other.py
- recent.py
- users.py
- utils.py
- __init__.py
- client.py
- __init__.py
- account.py
- character.py
- chat1.py
- chat2.py
- other.py
- recent.py
- user.py
- __init__.py
- auth.py
- errors.py
- search.svg
- style.css
- theme.js
- class.rst
- method.rst
- full_logo.png
- logo.png
- title.png
- index.rst
- index.rst
- auth.rst
- changelog.rst
- client.rst
- conf.py
- errors.rst
- index.rst
- make.bat
- Makefile
- qna.rst
- starting.rst
- support.rst
- auth.py
- chat1.py
- chat2.py
- login.py
- auth.py
- chat1.py
- chat2.py
- login.py
- .gitignore
- .readthedocs.yml
- LICENSE
- README.md
- requirements.txt
- setup.py
# Installation Guide
1. Get the code
git clone https://github.com/kramcat/CharacterAI
Downloads the entire project code from GitHub to your computer.
cd CharacterAI
Moves into the project folder you just downloaded.
2. Official Install Script
Easy RecommendedPrerequisites
- Python 3 Python is required to use pip.
pip install git+https://github.com/kramcat/CharacterAI.git
Installs the package published on PyPI directly β no need to clone the source.
After installing, open a new terminal and run the program's version command (e.g. --version) to confirm it worked.
Pulled directly from this repo's README.
3. Python
EasyPrerequisites
pip install git+https://github.com/kramcat/CharacterAI.git
Installs the package published on PyPI directly β no need to clone the source.
If it runs without errors and prints output in the terminal, it worked.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
