FEH Gauntlet Bot is a Twitter and Discord bot thats posts hourly updates when disadvantage multipliers are up for #FEHeroes Voting Gauntlets! Click here to view its Twitter page!
See more at https://atemosta.com/projects/feh-gauntlet-bot/
chmod +x deploy_docker_services.sh
./deploy_docker_services.sh
- Instal Python Version 3.9.2 via
TBD :3
- Install Pip via
python -m pip install --upgrade pip
orapt-get install python3-pip
- Install Pipenv via
sudo apt install pipenv
- Update Pip and Pipenv via
pip install --upgrade pip
andpip install pipenv --upgrade