Skip to content

Latest commit

 

History

History

converter

Converter for the OrgaTalk LAN Party Database

Supported input formats

Installation

  • Install Rye
  • Clone repository: git clone https://github.com/lanpartydb/tools.git
  • Enter converter path: cd tools/converter
  • Setup project including dependencies: rye sync

Usage

For DOTLAN

  • Export tables events and event_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

For LANsuite

  • 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

License

MIT

Author

Jochen Kupperschmidt