https://github.com/t-rekttt/cgv-mcp
https://github.com/t-rekttt/cgv-mcp
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/t-rekttt/cgv-mcp
- Owner: t-rekttt
- Created: 2025-03-14T08:58:32.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-03-16T12:21:01.000Z (7 months ago)
- Last Synced: 2025-03-16T13:26:49.020Z (7 months ago)
- Language: Python
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CGV Cinema API Client
A Python client for interacting with CGV Cinema's mobile API. This client provides functionality to access movie listings, cinema locations, seat maps, and booking capabilities.
## Features
- [x] Get list of all CGV cinema locations
- [x] Get list of currently showing movies
- [x] Get movie schedules for specific dates
- [x] Get cinema schedules for specific dates
- [x] Get seat maps for movie sessions
- [x] Get concession/combo information
- [x] Get customer profile information
- [ ] Add tickets to cart - Not working
- [ ] Book orders with payment - Not working