Skip to main content

Command line tool to monitor Kimsufi plans availability

Project description

Kimsufi Checker

Tool to check Kimsufi (OVH) availability and execute actions when a plan is available or not available.

Install

To install Kimsufi Checker from PyPI simply run

$ pip3 install -U --user kimsufichecker
$ kimsufi-checker --help

To install it from the git repository, ensure you installed Poetry first:

$ pip3 install -U --user poetry
$ pip3 install --user git+https://github.com/essembeh/kimsufi-checker
$ kimsufi-checker --help

To install it in a virtualenv

$ pip3 install -U --user poetry
$ git clone https://github.com/essembeh/kimsufi-checker
$ cd kimsufi-checker
$ poetry install

$ poetry run kimsufi-checker --help
--or--
$ poetry shell
(.venv) $ kimsufi-checker --help

Usage

$ kimsufi-checker --help
usage: kimsufi-checker [-h] [-s SECONDS] [-z ZONE] [-x COMMAND] [-X COMMAND]
                       [-1]
                       [plans [plans ...]]

tool to perform actions when Kimsufi availabilty changes

positional arguments:
  plans                 plans to check, example 1801sk13 or 1801sk14

optional arguments:
  -h, --help            show this help message and exit
  -s SECONDS, --sleep SECONDS
                        duration (in seconds) between checks, default: 60
  -z ZONE, --zone ZONE  check availability in specific zones (example: rbx or
                        gra)
  -x COMMAND, --available COMMAND
                        command to execute when plan becomes available
  -X COMMAND, --not-available COMMAND
                        command to execute when plan is not available anymore
  -1, --execute-on-init
                        execute -x/-X action on first check, by default
                        actions are run when plan status change

Example

To list all plan identifiers and all zone identifiers, use kimsufi-checker without argument

$ kimsufi-checker 
List of plans:
  150cagame1
  150cagame2
  150game1
  150game2
  1623hardzone1
[...]
List of zones:
  bhs
  fra
  gra
[...]

If you want to be notified by SMS using the Free Mobile SMS API when plans 1801sk13 or 1801sk14 are available in France or Canada by checking every 10 minutes, use this command:

$ kimsufi-checker \
    --sleep 600 \
    --zone rbx \
    --zone gra \
    -x 'curl "https://smsapi.free-mobile.fr/sendmsg?user=123456789&pass=MYPASSWORD&msg=Kimsufi%20{plan}%20available"' \
    -X 'curl "https://smsapi.free-mobile.fr/sendmsg?user=123456789&pass=MYPASSWORD&msg=Kimsufi%20{plan}%20not%20available"' \
    1801sk13 1801sk14

Note: replace 123456789 and MYPASSWORD with your own Free Mobile credentials.

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

kimsufichecker-1.1.0.tar.gz (8.5 kB view details)

Uploaded Source

Built Distribution

kimsufichecker-1.1.0-py3-none-any.whl (8.9 kB view details)

Uploaded Python 3

File details

Details for the file kimsufichecker-1.1.0.tar.gz.

File metadata

  • Download URL: kimsufichecker-1.1.0.tar.gz
  • Upload date:
  • Size: 8.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.1.4 CPython/3.7.3 Linux/5.8.0-0.bpo.2-amd64

File hashes

Hashes for kimsufichecker-1.1.0.tar.gz
Algorithm Hash digest
SHA256 9e4d37a0c805d7c55ae642996fa081978fc61d3da55be8fc2f05a58671301a31
MD5 ef0fe0a288220969f43ae33f2095fa30
BLAKE2b-256 b94bad971d5092be2f30f1ce497a68ebf2df1f827f572a4672d2de95b2918315

See more details on using hashes here.

File details

Details for the file kimsufichecker-1.1.0-py3-none-any.whl.

File metadata

  • Download URL: kimsufichecker-1.1.0-py3-none-any.whl
  • Upload date:
  • Size: 8.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.1.4 CPython/3.7.3 Linux/5.8.0-0.bpo.2-amd64

File hashes

Hashes for kimsufichecker-1.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 51914c4c2d9efc2c00b3524b8c1c52eb644ccceea78ebf268897487a130bdee5
MD5 c7e749162da5b212c978298f6161cc40
BLAKE2b-256 44215899a16499b097415531f7ebb04bf4784f217c27cf02f9019c350d7f3a5e

See more details on using hashes here.

Supported by

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