Skip to content
This repository has been archived by the owner on Sep 2, 2022. It is now read-only.

Latest commit

 

History

History
33 lines (25 loc) · 927 Bytes

README.md

File metadata and controls

33 lines (25 loc) · 927 Bytes

WACKA, so long | #ThankYouWACCA

As part of WACCA's online service shutdown, the API endpoints used in WACKA no longer are accessible and the bot will error on lookups.
Thank you for using WACKA! This code will be archived for reference.


An open-source Discord bot for the arcade rhythm game WACCA.

Setup

Requirements

  • Python 3
  • Aime Account with a WACCA Profile (it is recommended to have a dedicated account for this bot)

Installation

  1. Install dependencies.
python -m pip install -r requirements.txt
  1. Create a copy of the .env-example file to .env and fill in your bot token and Aime ID
  • To get the Aime ID, login on WACCA My Page, and before selecting profile, run this in the console: document.getElementById('aimeId').value
cp .env-example .env
nano .env
  1. Start the bot.
python bot.py

Done!