Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmacb authored Mar 21, 2024
1 parent 0157c75 commit adc2831
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,11 @@ Main Injector is a python package designed by the SoaresSantosLab team in order
When cloning `Main-Injector`, there are three files that must be created for it to work properly.
1. `DESGW_O4_PEOPLE.txt` - this file is a .txt with two tab spacing, comma separated, containinig the name, email, and phone numbers of people to be alerted through email about GCN alerts. The header for the file is "#NAME, EMAIL, PHONE"
2. `configs/slack_token.txt` - this file is a .csv with no spaces, with two values: "webhook,channel_name", where webhook is the Webhook URL set up within the Slack API for the bot to post in whatever channel you would like it to, and channel_name is the name of the channel in the form "#Channel-name"
3. `configs/slack_image_creds.txt` - this file is a .csv with no spaces and two values: "OAuth_token,channel_id", where OAuth_token is the Bot User OAuth Token for the slackbot, and the channel_id is the ID of the slack channel you would like the bot to post images to. cahnnel_id takes the form "C12A34BC5DEF".
3. `configs/slack_image_creds.txt` - this file is a .csv with no spaces and two values: "OAuth_token,channel_id", where OAuth_token is the Bot User OAuth Token for the slackbot, and the channel_id is the ID of the slack channel you would like the bot to post images to. channel_id takes the form "C12A34BC5DEF".

### Running `Main-Injector`

Find the most up to date procedure [here](https://seanmacb.notion.site/Main-Injector-Standard-OperAting-Procedure-MISOAP-d9795b62a2644bae8daf4f2c990b40cd).

1. Edit SOURCEME file

Expand Down

0 comments on commit adc2831

Please sign in to comment.