A Discord integrated app designed to manage consumer reviews of Epic Games support employees, providing valuable insights to aid in social engineering attempts.
Clone the repository
git clone https://github.com/nitl0l/epicbase.git
cd epicbaseSetup your virtual environment
python3 -m venv .venv
source .venv/bin/activate Install requirements
pip install -r requirements.txtCreate .env file
touch .env
nano .envYour .env file should follow this format
DISCORD_TOKEN = YOUR_DISCORD_BOT_TOKEN # https://discord.com/developersDeploy the bot
python3 epicbase.py