const {startBookWithNumbers} = require('./src/appointment') const {homedir} = require("os"); homeDir = homedir() //faubourg, random startBookWithNumbers(0, 10000, "random", homeDir + "/Desktop/contact_list_2024-09-19.xlsx", true, false).then((r) => { console.log(r) })