A script to sign up for selected Padel classes and events in tri-city locations using the kluby.org website.
- puppeteer - web scraping
- node.js - executing scripts
- firebase - storing data with rules for the desired classes
- docker - deployment, containerization
{
enabled: boolean | string, // It supports string as a Date in YYYY-MM-DD format. The date indicates when the rule becomes active.
multi: boolean, // Optional, default = false
conditions: {
dayOfWeek: number | number[],
place: string,
titlePatterns: (string | {negated: boolean; pattern: string})[],
descriptionPatterns: (string | {negated: boolean; pattern: string})[], // Optional
}
}