Skip to content

ThePhage/phage_taxes

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.9%
  • Shell 0.1%