ETL playground using PSN API
- Login into PSN
- Request NPSSO key from here
- Set the response into .env file under NPSSO key or pass it as a string parameter to the constructor
- Set the DB_URL into .env file, else it will use a sqlite DB by default
poetry install
make dbinit
make dbupgrade