Giter Club home page Giter Club logo

wanko's Introduction

Wanko

Initial pre-release

Prerequisites

  • Windows 10 or 11
  • Python, specifically Python 3.11.5
    • Other Python versions have not been tested and may not work
  • Optionally, if you have CUDA support, then you may install from one of the following for better performance:

Setup

  • Run wanko-installer-1.0.0-alpha.2.exe and go through the installation process
    • Warning: You WILL get security warnings, as the executable is not digitally signed. I do NOT plan on purchasing a code signing certificate, either. For full disclosure, this application is NOT a virus, and runs solely on user trust. Continue at your own discretion.
  • Unzip Server.zip
  • In the root folder, open config.json and paste in your Character.AI token into the token field
    • To get your token:
      1. Go to Character.AI, and register or login to an account
      2. Open DevTools
      3. Go to Storage โ†’ Local storage โ†’ char_token
      4. Copy value
    • Warning: Do NOT share your token, as it is needed for authorization and operation of requests from your account.
{
    "cai": {
        "token": "",
        "char": "D_ZmzC4orhpu6S7UXmW-PIS0X5qFm1qnzukot7v6vWI"
    }
}
  • While in the Server directory, open a terminal and run the following command to install dependencies:
pip install -r requirements.txt
  • Start the server:
python server.py
  • Run Wanko.exe

Remarks

  • You can stop the server with Ctrl + C
  • Wanko.exe does not currently have a button to exit the program

Issues

As Wanko is currently in alpha, there will be bugs and possibly performance issues. Please create a Github Issue if any are found.

wanko's People

Contributors

michaelnichxls avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.