# pull vat data

This script pulls vat account info

## Getting started
1. Set up your virtualenv:
```sh
virtualenv -p python3 env
source env/bin/activate
pip3 install -r requirements.txt
```
2. Prepare your input file
You've probably received a list of account_ids to get vat info for. You'll want to create a csv that contains both account_ids and account_payee_ids that you can use as the input here.
3. Fill out the .env file with your profile info

### Running the script
`python main.py input.csv`