Installation¶
pip install imdbio
Dependencies¶
imdbio requires Python 3.10+ and uses:
niquests— HTTP clientlxml— HTML parsingpydantic— typed modelsjmespath— JSON queryingcurl_cffi— TLS fingerprinting for the AWS WAF solvercryptography— challenge payload encryption
Development¶
git clone https://github.com/rjriajul/imdbio
cd imdbio
pip install uv
uv sync --frozen --extra dev
uv run poe test