gymbox-bot
gymbox-bot copied to clipboard
Simplify the booking of a gymbox class.
Bumps [minimist](https://github.com/minimistjs/minimist) and [mkdirp](https://github.com/isaacs/node-mkdirp). These dependencies needed to be updated together. Updates `minimist` from 0.0.8 to 1.2.8 Changelog Sourced from minimist's changelog. v1.2.8 - 2023-02-09 Merged [Fix] Fix long option...
Bumps [express](https://github.com/expressjs/express) from 4.16.3 to 4.17.3. Release notes Sourced from express's releases. 4.17.3 deps: accepts@~1.3.8 deps: mime-types@~2.1.34 deps: [email protected] deps: [email protected] deps: [email protected] deps: [email protected] deps: [email protected] deps: [email protected] deps:...
Bumps [qs](https://github.com/ljharb/qs) to 6.11.0 and updates ancestor dependency [express](https://github.com/expressjs/express). These dependencies need to be updated together. Updates `qs` from 6.5.1 to 6.11.0 Changelog Sourced from qs's changelog. 6.11.0 [New] [Fix]...
Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...
Bumps [css-what](https://github.com/fb55/css-what) from 2.1.0 to 6.1.0. Release notes Sourced from css-what's releases. v6.1.0 feat: Support pseudo elements with data (#762) 3be227a https://github.com/fb55/css-what/compare/v6.0.1...v6.1.0 v6.0.1 Fix parsing column combinators after tag names...
Bumps [moment-timezone](https://github.com/moment/moment-timezone) from 0.5.14 to 0.5.35. Release notes Sourced from moment-timezone's releases. 0.5.34 Updated data to IANA TZDB 2021e Release 0.5.33 Updated data to IANA TZDB 2021a Release 0.5.32 Updated...
Bumps [moment](https://github.com/moment/moment) from 2.21.0 to 2.29.4. Changelog Sourced from moment's changelog. 2.29.4 Release Jul 6, 2022 #6015 [bugfix] Fix ReDoS in preprocessRFC2822 regex 2.29.3 Full changelog Release Apr 17, 2022...
fix for https://github.com/alex3165/gymbox-bot/issues/7 - when running the scheduler, classes are only booked for the following day I've left the CLI as is. Might simplify the code a bit if we...
I am having the following issue: ``` $ node cli.js -c run 2019-10-19T18:57:30+01:00 - Run booking of classes process with email: [email protected] 2019-10-19T18:57:30+01:00 - Login succeed code: 2019-10-19T18:57:31+01:00 - Fetched...
If you try and book classes on consecutive days, for example: ``` { "Wednesday": { "className": "Bike & Beats", "time": "07:15", "location": "Holborn" }, "Thursday": { "className": "Ripped & Stripped",...