Skip to main content

A python-based bot for automatic resasports slot booking

Project description

No queues. Just gains.

Logo

Release Build status codecov Commit activity License Documentation Contributor Covenant

Welcome to pysportbot!

Download pysportbot

pip install pysportbot

Quick Start

from pysportbot import SportBot

# Create bot instance, will list available centres if requested
bot = SportBot(log_level='INFO', print_centres=False, time_zone = 'Europe/Madrid')

# Connect to service with email and password as well as the name of the centre
bot.login('email', 'password', 'centre')

# List available activites
bot.activities(limit = 10)

# List bookable slots for an activity on a specific day
bot.daily_slots(activity='YourFavouriteGymClass', day = '2025-01-03', limit = 10)

# Book an activity slot on a specific day and time
bot.book(activity='YourFavouriteGymClass', start_time = '2024-12-30 07:00:00')

# Cancel an activity slot on a specific day and time
bot.cancel(activity='YourFavouriteGymClass', start_time = '2024-12-30 07:00:00')

Advanced usage as service

You can easily run pysportbot as a service to manage your bookings automatically with

python -m pysportbot.service --config config.json

The service requires a json configuration file that specifies your user data and how you would like to book your classes. Currently, two types of configuration are supported:

1. Book an upcoming class now

Let's say you would like to book Yoga next Monday at 18:00:00, then your config.json would look like:

{
    "email": "your-email",
    "password": "your-password",
    "center": "your-gym-name",
    "booking_execution": "now",

    "classes": [
        {
            "activity": "Yoga",
            "class_day": "Monday",
            "class_time": "18:00:00",
        }
    ]
}
2. Book an upcoming class on a specific day and time

Let's say you would like to book Yoga next Monday at 18:00:00, but the execution of the booking should only happen on Friday at 07:30:00 then your config.json would look like:

{
    "email": "your-email",
    "password": "your-password",
    "center": "your-gym-name",
    "booking_execution": "Friday 07:30:00",

    "classes": [
        {
            "activity": "Yoga",
            "class_day": "Monday",
            "class_time": "18:00:00",
        }
    ]
}

The service also provides various other options that can be inspected with

python -m pysportbot.service --help

Currently supported options include

  1. --retry-attempts sets the number of retries attempted in case a booking attempt fails
  2. --retry-delay-minutes sets the delay in minutes between retries for weekly bookings
  3. --time-zone sets the time zone for the service (e.g. Europe/Madrid)
  4. --log-level sets the log-level of the service (e.g. DEBUG, INFO, WARNING, ERROR)

LICENSE

pysportbot is free of use and open-source. All versions are published under the MIT License.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pysportbot-0.0.6.tar.gz (17.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

pysportbot-0.0.6-py3-none-any.whl (21.6 kB view details)

Uploaded Python 3

File details

Details for the file pysportbot-0.0.6.tar.gz.

File metadata

  • Download URL: pysportbot-0.0.6.tar.gz
  • Upload date:
  • Size: 17.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.8.5 CPython/3.12.8 Linux/6.8.0-1017-azure

File hashes

Hashes for pysportbot-0.0.6.tar.gz
Algorithm Hash digest
SHA256 3aa3abe6941493ce7cf5a94ee8c8818bc9bafd499923271e3ee34e793a199377
MD5 d14ced17c36a6edb0ddad3f41d2dd3ad
BLAKE2b-256 05d9e7c30f796e5bbbf1d6e0b1fb8b5cd7b613d80c3bb7fe227f7c306c711bdd

See more details on using hashes here.

File details

Details for the file pysportbot-0.0.6-py3-none-any.whl.

File metadata

  • Download URL: pysportbot-0.0.6-py3-none-any.whl
  • Upload date:
  • Size: 21.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.8.5 CPython/3.12.8 Linux/6.8.0-1017-azure

File hashes

Hashes for pysportbot-0.0.6-py3-none-any.whl
Algorithm Hash digest
SHA256 9c077b1339794ad6389fc68ae0fce33f54729fc0fd2eeb96ec0b20ee2ca70333
MD5 611b7b91808951d1a56ba6bfab96aba0
BLAKE2b-256 11b1e47fda9f79ca50481ba5d6e6a0b55338238160e458528b353a9bd6aa2308

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page