{"id":22609322,"url":"https://github.com/fabonreact/betfair-notifications","last_synced_at":"2025-08-07T02:32:57.491Z","repository":{"id":79505220,"uuid":"159150686","full_name":"fabOnReact/betfair-notifications","owner":"fabOnReact","description":"monitoring cli for the betfair api","archived":false,"fork":false,"pushed_at":"2018-12-21T14:38:08.000Z","size":46,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-14T23:02:43.416Z","etag":null,"topics":["api","automation","betfair","betfair-api","betting","cli","commandline-interface","football","monitoring","monitoring-tool","ruby"],"latest_commit_sha":null,"homepage":"https://www.youtube.com/watch?v=vTP6vdUoVC0\u0026feature=youtu.be","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fabOnReact.png","metadata":{"files":{"readme":"readme.markdown","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2018-11-26T10:22:09.000Z","updated_at":"2021-05-31T01:45:55.000Z","dependencies_parsed_at":null,"dependency_job_id":"89054e9f-0262-4cde-9842-902900721e09","html_url":"https://github.com/fabOnReact/betfair-notifications","commit_stats":null,"previous_names":["fabonreact/betfair-notifications"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/fabOnReact/betfair-notifications","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabOnReact%2Fbetfair-notifications","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabOnReact%2Fbetfair-notifications/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabOnReact%2Fbetfair-notifications/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabOnReact%2Fbetfair-notifications/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fabOnReact","download_url":"https://codeload.github.com/fabOnReact/betfair-notifications/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabOnReact%2Fbetfair-notifications/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269187343,"owners_count":24375035,"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","status":"online","status_checked_at":"2025-08-07T02:00:09.698Z","response_time":73,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["api","automation","betfair","betfair-api","betting","cli","commandline-interface","football","monitoring","monitoring-tool","ruby"],"created_at":"2024-12-08T15:11:56.916Z","updated_at":"2025-08-07T02:32:57.471Z","avatar_url":"https://github.com/fabOnReact.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Betfair API Notifications\n## Description\n\nCommand Line Application to interact with the Betfair api. Watch [a video explaining the main functionalities](https://youtu.be/vTP6vdUoVC0). The Betfair CLI allows you to retrieve information via command line from the Betfair API and monitor price fluctuations of matches. It uses the [ruby-betfair gem](https://github.com/mikecmpbll/betfair) and the [betfair api](https://docs.developer.betfair.com/display/1smk3cen4v3lu3yomq5qye0ni/Getting+Started).\n\n[Video instruction on installation here](https://youtu.be/sgbJxjB_-u8).\n\n## Installation\n\n### Clone the Project\nclone the project \n\n```\ngit clone https://github.com/fabriziobertoglio1987/betfair-notifications.git\n```\n\n[The following post explains how to configure the symlink of a ruby script.](https://commandercoriander.net/blog/2013/02/16/making-a-ruby-script-executable/)\n\nThe project needs to be copied in your home directory, then a symlink to the project bin/betfair needs to be created. The above page includes more details. \n\nThe following environment variable needs to be saved in `~/.bash_profile`. It will include:\n\nYour Email\nYour password\nYour App code\nThe path to the directory including all the files. \n\n```terminal\n# Betfair\nexport BETFAIR_EMAIL=\"your-email\"\nexport BETFAIR_PW=\"your-password\"\nexport BETFAIR_APPLICATION_CODE=\"your-app-code\"\nexport PROJECT_ROOT='root/to/your/folder'\n```\n\n### Ruby Version Installation\n\nInstall ruby version 2.2.5 \nmore information are available at rbenv \nhttps://github.com/rbenv/rbenv\n\nthe steps once rbenv is installed should be:\n\n```terminal\ncd /path/to/your/files/directory\nrbenv install 2.2.5\nrbenv local 2.2.5\n```\n\nAlso you should set the global version of `rbenv` to `2.2.5` with \n\n```\nrbenv global 2.2.5\n```\n\n### Install the project\n1. run setup\n\n```terminal\ncd /to/your/project/folder\nbin/setup\n```\n\n2. if you want to use 2 factor you need to add 3 environment variables,[details are included at the following link](https://docs.developer.betfair.com/display/1smk3cen4v3lu3yomq5qye0ni/Non-Interactive+%28bot%29+login)\nThis environment variables are actually written downcase ('two_factor'). I should update this in a later commit.\n\n```\nENV['two_factor'] ='true'\nENV['cert_key_file_path']\nENV['cert_file_path']\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffabonreact%2Fbetfair-notifications","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffabonreact%2Fbetfair-notifications","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffabonreact%2Fbetfair-notifications/lists"}