Skip to content

Slackbot that interacts with the f1 fantasy API.

License

Notifications You must be signed in to change notification settings

aalars/f1-fantasy-bot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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' # model here.

About

Slackbot that interacts with the f1 fantasy API.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 93.1%
  • Makefile 3.5%
  • Shell 3.4%