alexbegg / bsa-myscouting-export-unit-pins

A Python script that exports the "Be A Scout" Unit Pin information for all units you have visibility in my.Scouting and saves them to a CSV file named unit_pins.csv

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BSA my.Scouting Export Unit Pins

A Python script that exports the "Be A Scout" Unit Pin information for all units you have visibility in my.Scouting and saves them to a CSV file named unit_pins.csv.

Run this with docker

  1. Change to the current directory (if not in it already)

    cd bsa_myscouting_export_unit_pins
  2. Build the docker image

    docker build -t bsa_myscouting_export_unit_pins .
  3. Run the docker container

    (Replace USER_NAME and PASSWORD with your my.Scouting Username and Password)

    docker run -it --rm --name bsa_myscouting_export_unit_pins -v $(pwd):/usr/src/app bsa_myscouting_export_unit_pins "USER_NAME" "PASSWORD"

It will make API calls to my.Scouting and then save the "Be A Scout" Unit Pin information to a CSV file named unit_pins.csv.

About

A Python script that exports the "Be A Scout" Unit Pin information for all units you have visibility in my.Scouting and saves them to a CSV file named unit_pins.csv


Languages

Language:Python 96.4%Language:Dockerfile 3.6%