@rollinggo/hotel-global
v1.0.3
Published
RollingGo Hotel CLI - OAuth login and hotel booking workflow for global users
Downloads
614
Maintainers
Readme
@rollinggo/hotel-global
RollingGo Hotel CLI - OAuth login and hotel booking workflow for global users.
Support
- OAuth 2.0 Login via short link or QR code.
- Full hotel booking workflow (Search -> Detail -> Price Confirm -> Book).
- Direct MCP integration.
Installation
We recommend installing globally:
npm install -g @rollinggo/hotel-global@latestAuthentication
1. Login
rgg loginFollow the console instructions to either scan the QR code or click the URL to authorize.
2. Log out
rgg logout3. Check login status
rgg whoamiHotel Commands
1. Get search tags
rgg hotel-tags2. Search hotels
rgg search-hotels --origin-query "hotels near West Lake" --place "West Lake" --place-type attraction3. Hotel detail
rgg hotel-detail --hotel-id 12345 --check-in-date 2026-08-01 --check-out-date 2026-08-034. Price confirm
rgg price-confirm --hotel-id 12345 --rate-plan-id "RP001" --rooms 1 --check-in-date 2026-08-01 --check-out-date 2026-08-03 --adults 25. Create booking
rgg book --reference-no "REF12345" --first-name "John" --last-name "Doe" --customer-request "Late check-in"6. Search orders
rgg orders