Skip to content

hackclub/boatswain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SupportBot

Development

  1. python3 -m venv .venv
  2. source .venv/bin/activate
  3. python3 -m pip install -r requirements.txt
  4. python3 main.py

The following environment variables are required:

  • SLACK_BOT_TOKEN - Get this from Slack app dash
  • SLACK_USER_TOKEN - Get this from Slack app dash
  • SLACK_SIGNING_SECRET - Get this from Slack app dash
  • SLACK_SUPPORT_CHANNEL - Get this from the channel link
  • SLACK_REQUEST_CHANNEL - Get this from the channel link
  • AIRTABLE_API_KEY - Get this from the Airtable Builder Hub
  • AIRTABLE_BASE_ID - Get this from the Airtable Base URL (app...)

The following environment variables are optional:

  • PORT - Defaults to 3000 if not specified

Deployment

Add notes on gunicorn (Don't use the dev server)

About

No description, website, or topics provided.

Resources

Code of conduct

Stars

Watchers

Forks

Languages