Skip to content

Commit a77b7bc

Browse files
update script usage instruction
1 parent de981c6 commit a77b7bc

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

tools/README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,17 @@ sh run_download_automation.sh
3535
```
3636

3737
#### C) `meetup_import.py`
38+
**Before running the script, make sure** to download the most recent iCal feed using [this link](https://www.meetup.com/women-coding-community/events/ical/).
39+
40+
Place the downloaded `.ics` file inside the `tools/files` folder and make sure it is renamed to `meetup.ics`.
41+
42+
Afterwards, run the command below:
3843
```shell
3944
sh run_meetup_import.sh
4045
```
4146

4247
**Note:**
43-
- New data will be imported to [`imported_events.yml`](../_data/imported_events.yml)
48+
- New data will be imported to [`imported_events.yml`](../_data/imported_events.yml). Verify that all events details are formatted correctly, manually update if needed.
4449
- Ensure to copy the generated data to [`events.yml`](../_data/events.yml) and clear the file.
4550

4651

0 commit comments

Comments
 (0)