Get Domain Cookies
Run the local helper script in this repo:
python3 plugins/amc-api/tools/getcookies.py <domain>
Behavior
- Return stdout exactly as the Cookie header string.
- If stdout is empty, report no cookies found for that domain.
- After retrieving cookie text, store it in AMC MCP using
amc_cookie_setsoamc_theatres,amc_showtimes, andamc_seatscan reuse it automatically. - If dependency is missing, instruct:
pip3 install --user --break-system-packages browser-cookie3
Example
python3 plugins/amc-api/tools/getcookies.py amctheatres.com
Then persist in plugin config:
amc_cookie_set(cookie="<paste-output-here>")