Reflecting the globbing capability for roster files.

This commit is contained in:
Jonathan Rosenbaum 2025-03-30 15:44:19 -04:00
parent 86bfb64fca
commit d37d60e8ec

View File

@ -18,8 +18,8 @@ This may be freely redistributed under the terms of the GNU General Public Licen
Depending on your request, this script will process either of those files, and query the Google Civic Information API for the Delegate and Senate Districts, generate an information file or email file.
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)
./google-civic-api.pl WV000 '*.csv' (show all information for members at large, but do not query Google)
./google-civic-api.pl WV000 '*.csv' 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:
@ -33,4 +33,4 @@ This may be freely redistributed under the terms of the GNU General Public Licen
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
Example: ./google-civic-api.pl google '.csv' > 2023-districts