Skip to content

mohan8990/tic_tac_toe_slack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tic_tac_toe_slack

Slack bot for playing tic-tac-toe

prerequisite

Start server

# In the $PROJECT_HOME directory execute the following

  • pip install -r requirements.txt
  • cd ./tic_tac_toe/
  • python manage.py migrate
  • python manage.py runserver 80

# Please make sure to populate l./tic_tac_toe/tic_tac_toe/local_settings.py with proper value from your app's OAUTH and Permissions tab

Start Web tunnel to your server in separate shell

# Download pagekite

# mohan.pagekite.me could be anything, but make sure you give the same Response URL in slash command of your app. Follow the instructions in command line of pagekite.py to setup. Its easy and will take < 1 min.

# Alternatively you can use ngrok, which doesn't require any signups.

About

Slack bot for playing tic-tac-toe

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages