Skip to content

jmatth/dextools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dextools

Dextools is a collection of tools for parsing and displaying convention schedules from Double Exposure. It currently consists of two components:

  1. A scraper that takes in the schedule's HTML and produces a JSON file.
  2. A web frontend for displaying the JSON with convenient search features, a calendar view for building your own personal schedule for the convention, and export options for producing an ics file or email text to sign up for your selected events.

Dextools is currently hosted at dextools.app.

Technology

The scraper is written in Rust with various crates for parsing HTML and working with times, etc.

The web frontend is written in Vue.js with Vuex and Vuetify.