Skip to content

JamesRagonesi/discord_bot

Repository files navigation

discord_bot

A bot for Brandon and I to harass our league with

Run pipenv shell

pre-reqs

  • python 3.7
  • pipenv

RTFM

Hint:

$ pipenv install --dev
$ pipenv shell

Upload image to AWS

pre-reqs

Configure the CLI (set the default region to us-east-1)

$ aws configure

Log in to ecr

$ aws ecr get-login-password --region us-east-1 | docker login --username AWS --password-stdin 531923694275.dkr.ecr.us-east-1.amazonaws.com

Run this from the root of the project directory

$ docker build -t 531923694275.dkr.ecr.us-east-1.amazonaws.com/discord_bot .
$ docker push 531923694275.dkr.ecr.us-east-1.amazonaws.com/discord_bot:latest

Build Locally

docker build . -t discord_bot

About

A bot for Brandon and I to harass our league with

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published