cph.rs attendee =============== Creates an A4 tick-off list from a meetup.com organizer export. • Generates one file with attendees, and one with those who are waitlisted. Used by cph.rs to take attendance on dead-tree as people arrive. Prerequisites ------------- Rust and stuff, of course, and the csv (called xls) export reachable through: meetup.com → [event] → # Attendees Manage → Manage Attendees → Attendee details One might also need some tool to convert to a printable file, unless having a printer which understands the Scalable Vector Graphics format. Usage ----- Simply call: ``` cphrs-attendance inkscape --export-filename= inkscape --export-filename= ``` Future work/Wishlist -------------------- Not implemented, but maybe possibly sometime? • Supporting also for post-event follow-up features. • Detection and visualization of RSVP time and when someone got migrated from the waiting list. • Integration with [raffle](https://github.com/vanjacosic/raffle)? • Tablet computer support, to skip the need for manually syncing hard-copies. Unresearched Idea: Generation of pdf with forms for any iPad/android? Unresearched Idea: Cursive front-end, for postmarketOS devices? • OCR/AI support, to automate the hard-copy sync and introduce faults? Patches welcome!