Skip to content

Commit 5025c9f

Browse files
Update tools/README.md
Co-authored-by: Adriana Zencke Zimmermann <dricazenck@gmail.com>
1 parent 1890c3a commit 5025c9f

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

tools/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,10 @@
1010

1111
5) `automation_prepare_adhoc_availability.py`: updates mentors data with specified availability hours in `samples/adhoc-prep.xlsx` in preparation for monthly ad-hoc mentorship.
1212

13-
6) `llm_meetup_summary\summarise_events_with_llms` sends a Slack summary of our upcoming Meetup events. Note - currently set up to use Silke's API key on the GitHub repo. Please don't abuse this :) This can be run with the GitHub Actions workflow `summarise_upcoming_events.yml` OR run manually from the llm_meetup_summary directory. To run locally, you need to create a .env file with OPENAI_API_KEY, SLACK_BOT_TEST_WEBHOOK, and SLACK_BOT_WEBHOOK keys. See .example.env for reference. The secret values can be found in https://github.com/Women-Coding-Community/WomenCodingCommunity.github.io/settings/secrets/actions.
13+
6) `llm_meetup_summary\summarise_events_with_llms` sends a Slack summary of our upcoming Meetup events.
14+
**Note** Currently set up to use Silke's API key on the GitHub repo. Please don't abuse this :) and reach out to her in case you would like to use.
15+
16+
This can be run with the GitHub Actions workflow `summarise_upcoming_events.yml` OR run manually from the llm_meetup_summary directory. To run locally, you need to create a .env file with `OPENAI_API_KEY`, `SLACK_BOT_TEST_WEBHOOK`, and SLACK_BOT_WEBHOOK keys. See .example.env for reference. The secret are stored in the repository secrets.
1417

1518
Then run the following commands from the terminal:
1619
1. `python -m venv venv` (first time only)

0 commit comments

Comments
 (0)