Custom developed software for the League of Women Voters of West Virginia
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Jonathan Rosenbaum 40fe62fbdd Added previous change to program help. 8 months ago
.gitignore Adding quote req in README. 8 months ago
LICENSE Initial commit 12 months ago
README.md Added League ID column and updated README 8 months ago
google-civic-api.pl Added previous change to program help. 8 months ago

README.md

League of Women Voters of West Virginia

Custom developed software for the League of Women Voters of West Virginia

IMPORTANT: Format for roster

The csv file should have all fields quoted to avoid issues where a field may have an additional comma. If file is not shipped this way, this can easily be corrected through the editor. However, the regexp fails if the first column is empty /^,/. Until we can find a better regexp to handle this sitution, the current solution is to replace all /^,/ with "", which can be done with an editor like Visual Studio Code in addition to using something like calc.

LLAW Google Civic Information API Query version 1

Copyright (C) 2023 - by Jonathan Rosenbaum

This may be freely redistributed under the terms of the GNU General Public License

Usage:  ./google-civic-api.pl google ./roster-file  (queries Google Civic Api Delegate and Senate District for all LWVWV members)
    ./google-civic-api.pl WV000 ./roster-file (show all information for members at large, but do not query Google)
    ./google-civic-api.pl WV000 ./roster-file email (only show email addresses for members at large, but do not query Google)

1st argument can be one of these types:
    google (all members with senate/delegate district query) which prints out this csv data:
        'Name,Email,Phone,Address,Delegate District,Senate District,League ID,Join Date'
    ALL (all members without senate/delegate district query)
    League ID:  WV000 (members at large)  WV102 (Huntington) WV103 (Morgantown-Monogalia) WV107 (Wood County) WV112 (Jefferson)

2nd argument must be the location of the LWVWV roster file, and prints out this csv information:
    Name,Email,Phone,Address,Join Date,

3rd argument 'email' will only print out the email addresses, and only works with the ALL or League ID type argument

You will want to send results to a file.
    Example:  ./google-civic-api.pl google ./roster-file > 2023-districts