Tupperbox / TupperboxLegacy

A Discord bot created for proxying user messages through webhooks.
MIT License
74 stars 47 forks source link

This is the open-source fork of the public Tupperbox bot.

This fork is not currently being worked on. Pull requests or issues opened on this fork may not be looked at for a while. In the future more features are planned to be brought to this fork for those of you hosting your own versions of Tupperbox. If you have an issue with the live version of Tupperbox then please join the support server for help.

Tupperbox

A Discord bot written in eris for proxying user messages through webhooks to emulate users having multiple Discord accounts.

Local Installation

The self-hosted version of Tupperbox requires Node.js (must be at least v14), PostgreSQL (v11, preferably v12) and Redis (stable, currently v6.0.8). You can download Node.js here, PostgreSQL here and Redis here (Linux) or here (Windows).

Once Node.js is installed, run npm install from the bot directory to install the bot's dependencies. (Note: you may have to run npm -g install windows-build-tools first if on Windows)

The bot expects a file in the same directory named .env with its configuration info. An example configuration can be found in the .env.example file.