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.
- Python 3
- Aime Account with a WACCA Profile (it is recommended to have a dedicated account for this bot)
- Install dependencies.
python -m pip install -r requirements.txt
- 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
- Start the bot.
python bot.py
Done!