Skip to content

amb2127/FRCFantasyDraftSlackBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DISCLAIMER: not very thoroughly tested, may or may not successfully work

to run on your own machine:

create secret.py file, and put

SLACK_BOT_TOKEN = <your Slack app token>
SLACK_SIGNING_SECRET = <your Slack app signing secret>
TBA_API_KEY = <your API key>

slack app required scopes:

chat:write
commands
groups:history
im:history
mpim:history
channels:history
users.profile:read

slack app required bot events to subscribe to:

message.channels
message.groups
message.im
message.mpim

commands to implement:

/team_info
/new_game
/join_game
/end
/game_list
/start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages