Python script to check if people registered on ThePhage.org and paid camp tax.
Example csv files included in the csv directory here.
Does a comparison between thephage.org csv download and wepay guest list csv file
example:
python tax_comparator.py the-phage-2013-2013-07-31.csv tickets_guests_155731_2013-07-31.csv
usage: tax_comparator.py [-h] phage_csv wepay_csv
positional arguments: phage_csv wepay_csv
HowTo:
- Step 1. Download a copy of this repository
- Step 2. Export camp directory from thephage.org
- (click on image to view bigger)
- Step 3. Export guestlist from wepay.com
- Login to event:
- Visit Guestlist page:
- Step 4. Run script in shell, e.g.
% python tax_comparator.py the-phage-2013-2013-07-31.csv tickets_guests_155731_2013-07-31.csv