Skip to content

Commit 790a830

Browse files
authored
Taught How to use
1 parent f255f9b commit 790a830

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

README.md

+20
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,22 @@
11
# event-buddy
22
Internal tool to ingest event sign-ins and automatically add them to various ACM mailing lists.
3+
4+
5+
To Run:
6+
7+
1) Open .sln file in Visual Studio ORRRR see step 2
8+
9+
2) Click Play at the top ORRRRR use the .exe file in Debug/bin folder I pushed.
10+
11+
3) A Command window will open asking for a .csv path -- this is the spreadsheet downloaded from an ACM event. Paste it (ie D:\Downloads\event1.csv)
12+
13+
4) It will parse the student data -- if they are missing a last name or something it will say "failed to parse"
14+
15+
5) It will ask you to run Selenium in either Chrome or Firefox (I only tested in Chrome).
16+
17+
6) It will bring you to a google sign in page. Sign in and then click back to the command window and press any key.
18+
19+
7) It will take you to each invite page 1 by 1 and fill in the corresponding emails then click submit. You will need to verify any bad information or do an "I am not a robot" challenge. Then return to the command window and press any key.
20+
21+
8) Groups that I did not have access to I just wrote to a csv file.
22+

0 commit comments

Comments
 (0)