Utilities for interacting with climbing board APIs
Project description
BoardLib 🧗♀️
Utilities for interacting with (undocumented) climbing board APIs. Currently, the primary use case for this library is to retreive your logbook entries across multiple climbing boards in a unified format. There are also some APIs which could also be used for retrieving climb data, rankings, etc. Contributions are welcome for filling out additional API calls and use cases.
Installation 🦺
python3 -m pip install boardlib
Usage ⌨️
To download your logbook entries for a given board:
boardlib <board_name> --username=<username> --output=<output_file_name>.csv --grade-type="hueco"
This outputs a CSV file with the following fields:
["board", "angle", "name", "date", "grade", "tries"]
For example, the command
boardlib moon2017 --username="Luke EF" --output="moon2017.csv" --grade-type="hueco"
would output a file named moon2017.csv
with the following contents:
board,angle,name,date,grade,tries
moon2017,40,C3PO,2021-07-13,V5,1
moon2017,40,LITTLE BLACK SUBMARINE,2021-07-13,V5,2
moon2017,40,MOUNTAIN GOAT HARD,2021-07-13,V5,1
...
See boardlib --help
for a full list of supported board names and feature flags.
Supported Boards 🛹
Currently all Aurora Climbing based boards (Kilter, Tension, etc.) and all variations of the Moonboard should be supported.
Bugs 🐞 and Feature Requests 🗒️
Please create an issue in the issue tracker to report bugs or request additional features. Contributions are welcome and appreciated.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file boardlib-0.1.0.tar.gz
.
File metadata
- Download URL: boardlib-0.1.0.tar.gz
- Upload date:
- Size: 8.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.18
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 51d2bdecc49df1c935d1dc152333a0bbe0aa3a097f84d40e3ab936d584c0b486 |
|
MD5 | c738b8634ccfac8da82780ad4a755c3b |
|
BLAKE2b-256 | d0c5cacbbf09a1f4ba0b9c97b8b62f0d15f3a9b1fe35e0410eddf936338a2fd9 |
File details
Details for the file boardlib-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: boardlib-0.1.0-py3-none-any.whl
- Upload date:
- Size: 8.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.18
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4869a420b7ed592920b34ac2c726327b4fbf8cd26d6604428aad9048eb9d4956 |
|
MD5 | 01fbd4ea9a949f4753ff168d2be3cb96 |
|
BLAKE2b-256 | fae563da30e46361aa4c3cacce1c2e54ff5d097aa40d76b3d51c62f98858e43b |