https://github.com/dlutton/espn_ff_slack_bot
Simple ESPN Fantasy Football Slack App
https://github.com/dlutton/espn_ff_slack_bot
docker nim slack-api
Last synced: 22 days ago
JSON representation
Simple ESPN Fantasy Football Slack App
- Host: GitHub
- URL: https://github.com/dlutton/espn_ff_slack_bot
- Owner: dlutton
- Created: 2018-08-31T18:09:20.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-09-07T01:48:50.000Z (over 7 years ago)
- Last Synced: 2025-10-26T02:45:28.360Z (7 months ago)
- Topics: docker, nim, slack-api
- Language: Nim
- Size: 3.91 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# espn_ff_slack_bot
Simple ESPN Fantasy Football Slack Bot
## Run Binary
- Replace leagueId and seasonId in src/espnff.nim
- Run nimble install from root of project to create binary
## Or Run with Docker
example:
docker build -t espnff .
docker run -p 80:80 espnff
## Slack
- Create a slack slash command and point it to host/scoreboard
- https://api.slack.com/slash-commands
- Example of a slash command: /scoreboard 1
- The Value after /scoreboard represents the week of the matchup