- DOTLAN Intranet SQL dump
- LANsuite XML
- Install Rye
- Clone repository:
git clone https://github.com/lanpartydb/tools.git
- Enter converter path:
cd tools/converter
- Setup project including dependencies:
rye sync
- Export tables
events
andevent_location
(both structure and data, without compression) from the DOTLAN "Support Tools". rye run convert-dotlan-sql --base-url 'https://www.lanparty.example' --output-path output events-and-locations.sql
- An XML document with parties is publicly available at
https://www.yourparty.example/ext_inc/party_infos/infos.xml
. rye run convert-lansuite-xml --output-path output infos.xml
MIT
Jochen Kupperschmidt