Skip to content
This repository has been archived by the owner on Jan 15, 2024. It is now read-only.

oscoDOTblog/feh-gauntlet-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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