ComputerScienceHouse / conditional

CSH Evals, the modern way.
https://conditional.csh.rit.edu
MIT License
10 stars 30 forks source link

Added CHANNEL_ID variable (needs to be set to a value) in config.env.… #360

Closed atauln closed 2 years ago

atauln commented 2 years ago

…py, and created a webhook Slack integration that posts to CHANNEL_ID when a major project is submitted (major_project_submission.py)

atauln commented 2 years ago

The config file needs to be editted to add a webhook url pointing to #major-projects/whatever channel you'd like.

atauln commented 2 years ago

Wait I forgor, the CHANNEL_ID variable should actually be a WEBHOOK_URL variable, because the config var needs a webhood url

atauln commented 2 years ago

Commits Borked