{"id":21145874,"url":"https://github.com/nickbeth/decathlon-tracker","last_synced_at":"2025-03-14T13:43:22.061Z","repository":{"id":119525380,"uuid":"315601044","full_name":"nickbeth/decathlon-tracker","owner":"nickbeth","description":"A simple decathlon.it product tracker in python3.","archived":false,"fork":false,"pushed_at":"2021-03-12T14:54:16.000Z","size":15,"stargazers_count":2,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-21T07:28:36.249Z","etag":null,"topics":["decathlon","decathlon-tracker","notifications","product-tracker","python3"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nickbeth.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-11-24T10:46:31.000Z","updated_at":"2024-11-18T22:57:55.000Z","dependencies_parsed_at":null,"dependency_job_id":"6a0c4d5c-0f53-4124-ae87-d7e237f0ab11","html_url":"https://github.com/nickbeth/decathlon-tracker","commit_stats":null,"previous_names":["nickbeth/decathlon-tracker"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nickbeth%2Fdecathlon-tracker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nickbeth%2Fdecathlon-tracker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nickbeth%2Fdecathlon-tracker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nickbeth%2Fdecathlon-tracker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nickbeth","download_url":"https://codeload.github.com/nickbeth/decathlon-tracker/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243589282,"owners_count":20315467,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["decathlon","decathlon-tracker","notifications","product-tracker","python3"],"created_at":"2024-11-20T08:44:20.794Z","updated_at":"2025-03-14T13:43:22.025Z","avatar_url":"https://github.com/nickbeth.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# decathlon-tracker\nA simple Decathlon Italy product tracker in python. It is capable of tracking the availability of multiple products, but **it does not auto-buy them**!\n\n## Setup\ndecathlon-tracker requires `requests` and `beautifulsoup4` modules to be installed before use:\n```\npip install requests\npip install bs4\n```\nAfterwards, create a `products.txt` file containing the URLs to watch, one per line, in the same dir of the program.\n\n### Push notifications\nThe script allows for push notifications to be sent to a [notify.run](https://notify.run/) endpoint, for mobile and browser push notifications. The functionality requires the `notify-run` module:\n```\npip install notify-run\n```\nTo setup the endpoint, create a `notify_endpoint.txt` file in the same dir of the program containing the channel id that you obtained from the notify.run website. Remember to subscribe any device you want to receive notifications on to the channel.\n\nIf an endpoint is not provided, a warning message will be displayed in the console and an internal flag will be set not to send notifications, but the program will execute just fine and only print to the console.\n\n## Usage\n`Usage: decathlon-tracker.py [-h] [-p PATH] [-r RELOAD] [-o] [-l {ERROR,WARN,INFO,VERBOSE,DEBUG}]`\n\nOptional arguments:\n* -h, --help  Show this help message and exit\n* -p PATH, --path PATH  Path of file containing URLs of products to track. Default: ./products.txt\n* -r RELOAD, --reload RELOAD  Reload interval in seconds. Default: 30\n* -o, --once  Iterate the tracker loop once and exit\n* -l, --logger {ERROR,WARN,INFO,VERBOSE,DEBUG}  Specify log level. Default: INFO","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnickbeth%2Fdecathlon-tracker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnickbeth%2Fdecathlon-tracker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnickbeth%2Fdecathlon-tracker/lists"}