This repository has been archived by the owner on Jan 2, 2025. It is now read-only.
Release v2.0.0
Changes
- almost complete rewrite to support multiple providers
- current providers are Tadpoles and Bright Horizons
- new flag
-p / --provider
allows provider selection, omitting this flag defaults the provider to tadpoles - environment variables changed:
TADPOLES_USER
is nowUSERNAME
,TADPOLES_PASS
is nowPASSWORD
, a new varPROVIDER
was added to configure the target provider - command
clear cookie
is nowclear login
- flag
-c / --concurrency
was deleted, goroutine limit is fixed at 2x cpu cores - documentation updates