oscoDOTblog / feh-gauntlet-bot

[MOVED TO NEW HOME] -> https://codeberg.org/debauchery-tea-party/feh-gauntlet-bot
https://codeberg.org/debauchery-tea-party/feh-gauntlet-bot
3 stars 0 forks source link

FEH Gauntlet Bot Build Status

Gauntlet-Landing

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/

To Deploy the Docker Services

chmod +x deploy_docker_services.sh
./deploy_docker_services.sh

Build Services Locally

  1. Instal Python Version 3.9.2 via TBD :3
  2. Install Pip via python -m pip install --upgrade pip or apt-get install python3-pip
  3. Install Pipenv via sudo apt install pipenv
  4. Update Pip and Pipenv via pip install --upgrade pip and pip install pipenv --upgrade