Skip to content

hackclub/awesome_hackclub_auto

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

97 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

awesome_hackclub_auto

Automation service for awesome-hackclub

Running locally

After installing Docker and Docker Compose, run docker-compose up in your favorite terminal.

Environment variables

Create a .env file, and stick the following env variables in:

SLACK_TOKEN=a slack bot token
SLACK_SIGNING_SECRET=signing secret, NOT verification token
REVIEW_CHANNEL=channel ID to post review messages to
AIRTABLE_API_KEY=airtable api key
AIRTABLE_BASE_ID=id of the airtable base
GH_APP_ID=id of github app
GH_INSTALLATION_ID=the installation id
HONEYBADGER_API_KEY=honeybadger api key (not required)

Commands

Command Description
docker-compose up Starts the dev environment locally
docker-compose up -d Starts the dev environment, then detaches from the shell
docker-compose logs -f main View logs from the main process
docker-compose down Shut down the dev environment
docker-compose restart Restarts the dev environment
docker ps View running services

👥 Contributors