vbonduro / f1-fantasy-bot

Slackbot that interacts with the f1 fantasy API.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Configuration

In order to run this app, you will need:

  1. F1 Fantasy user
  2. F1 Fantasy password
  3. F1 Fantasy league id
  4. Slack Bot OAuth Token
  5. Slack Verification Token

Run make configure, you will be prompted to provide all of the above information. It will be added to your aws ssm parameter store. The template.yml file will add these parameters as environment variables for the AWS Lambda. Note that Environment Variables are encrypted at rest.

Deployment

This app is built to run in an AWS Lambda.

In order to deploy this app, you must first create an aws account at https://aws.amazon.com/.

After you have an aws account, follow the aws cli configuration steps here.

Once that is all done, simply make deploy!

⚠️ Using aws services may incur charges! While aws lambdas do have a free tier, be aware of aws' pricing model here.

About

Slackbot that interacts with the f1 fantasy API.

License:MIT License


Languages

Language:Go 93.1%Language:Makefile 3.5%Language:Shell 3.4%