Giggity Giggity
Prerequisites

Node.js: Install Node.js and npm from here.
Environment Variables: Copy
.env.example
to.env
and configure: - Set up Discord and Twitter API details, adding your bot’s username and password.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"
Optional Linux Setup:
npm install --include=optional sharp
Last updated