Page cover

Giggity Giggity

Prerequisites

  1. Node.js: Install Node.js and npm from here.

  2. Environment Variables: Copy .env.example to .env and configure: - Set up Discord and Twitter API details, adding your bot’s username and password.

  3. Edit Character File: Modify src/core/defaultCharacter.ts or load your own by running: node --loader ts-node/esm src/index.ts --characters="path/to/your/character.json"

  4. Optional Linux Setup: npm install --include=optional sharp

Last updated