diff options
author | Daniel Edgecumbe <git@esotericnonsense.com> | 2019-10-27 22:03:47 +0100 |
---|---|---|
committer | Daniel Edgecumbe <git@esotericnonsense.com> | 2019-10-27 22:03:47 +0100 |
commit | b87dc94ed091f4da3ed2550de6060c58aec30456 (patch) | |
tree | 4bdc53f40cc8fed93e90046143cb7a18f50eedb6 | |
parent | c5bd939539304241df65b95bed714e076b7bcc12 (diff) |
README.md tweaks
-rw-r--r-- | README.md | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -1,19 +1,22 @@ # `botfair` -Rust bindings for the Betfair SportsAPING. -Automatic login. -Coming soon: automatic keep-alive. +The `botfair` crate provides Rust bindings for the Betfair SportsAPING. + +Login and keep-alive are handled automatically by the BFClient. https://git.esotericnonsense.com/pub/botfair.git - main repository + https://github.com/esotericnonsense/botfair.git - github repo, for PRs etc ## Contact Daniel Edgecumbe (esotericnonsense) + [botfair@esotericnonsense.com](mailto:botfair@esotericnonsense.com) ## Usage Note that `botfair` requires your certificate to be in `pfx` format. + In order to achieve this given a key and crt file, you can use the following openssl command: |