Performance data exporter for Toastmasters.
- Prepare a PostgreSQL Server (>= 10.0)
- Create your user, role and database.
- Execute
etc/000-create_table.sql
to create required table. - Copy
etc/config.example.yaml
to any directory, rename toconfig.yaml
, change theDATABASE_URL
to your database. - Change fetch configurations in the
config.yaml
- Install the required packages in the
requirements.txt
7Run command$ python -m dpr_export -c /path/to/config.yaml
It will fetch and store acquired data to the database.
- Python (>= 3.10)
- PostgreSQL (>= 10)
- Components listed in the
requirements.txt