ASIMOV module for integration with lu.ma service.
- Rust 1.85+ (2024 edition)
Installation with the ASIMOV CLI
asimov module install luma -vcargo install asimov-luma-moduleasimov-luma-fetcher "https://lu.ma/discover"
asimov-luma-fetcher "https://lu.ma/ai?k=t"
asimov-luma-fetcher "https://lu.ma/genai-collective?k=c"
asimov-luma-fetcher "https://lu.ma/sf?k=p"
asimov-luma-fetcher "https://lu.ma/ai"
asimov-luma-fetcher "https://lu.ma/sf"asimov-luma-module list-featured-calendars
asimov-luma-module list-places
asimov-luma-module get-place-by-slug "sf"
asimov-luma-module get-nearby-events
asimov-luma-module get-nearby-events-for-category "ai"
asimov-luma-module get-calendar-events "cal-47FMgklxaO96VYi"
asimov-luma-module get-place-events "discplace-gCfX0s3E9Hgo3rG"This module requires no configuration.
asimov-luma-moduleasimov-luma-fetcher
asimov-luma-module
Usage: asimov-luma-module [OPTIONS] <COMMAND>
Commands:
list-featured-calendars List featured calendars.
list-categories List categories.
list-places List places.
get-category Get category info by slug.
get-calendar Get calendar info by id.
get-calendar-events Get events for a calendar by id.
get-place-by-id Get place info by id.
get-place-by-slug Get place info by slug.
get-place-events Get events for a place by id.
get-event Get event info by id.
get-nearby-events Get nearby events.
get-nearby-events-for-category Get nearby events for category by slug.
help Print this message or the help of the given subcommand(s)
Options:
-d, --debug Enable debugging output
--license Show license information
-v, --verbose... Enable verbose output (may be repeated for more verbosity)
-V, --version Print version information
-h, --help Print help
asimov-luma-fetcher
Usage: asimov-luma-fetcher [OPTIONS] <RESOURCE>
Arguments:
<RESOURCE>
Options:
-d, --debug Enable debugging output
--license Show license information
-v, --verbose... Enable verbose output (may be repeated for more verbosity)
-V, --version Print version information
-n, --limit <COUNT> The maximum number of resources to list
-o, --output <FORMAT> The output format
-h, --help Print help
git clone https://github.com/asimov-modules/asimov-luma-module.git