Skip to content

Commit 2fdb02d

Browse files
cleanup sh script
1 parent 197f770 commit 2fdb02d

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

tools/run_meetup_import.sh

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,4 @@ source myenv/bin/activate
77
# Install packages
88
pip install -r requirements.txt
99

10-
# Enter the parameters: FILE_PATH_MENTORS_XLSX FILE_PATH_MENTORS_YML MODE SKIP_ROWS
11-
# Example: samples/mentors.xlsx samples/mentors.yml a
12-
# mode "a" for APPEND new mentors from the xlsx table to the existing mentors.yml
13-
# mode "w" for WRITE all mentors from the xlsx table to mentors.yml
14-
python3.12 meetup_import.py "https://www.meetup.com/women-coding-community/events/?type=upcoming" "../_data/imported_events.yml" a
10+
python3.12 meetup_import.py

0 commit comments

Comments
 (0)