You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tools/README.md
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,12 +35,17 @@ sh run_download_automation.sh
35
35
```
36
36
37
37
#### 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:
38
43
```shell
39
44
sh run_meetup_import.sh
40
45
```
41
46
42
47
**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.
44
49
- Ensure to copy the generated data to [`events.yml`](../_data/events.yml) and clear the file.
0 commit comments