A small tool to extract Instagram reel media and meta data from HARs.
Usage: instaxtractor [OPTIONS] COMMAND1 [ARGS]... [COMMAND2 [ARGS]...]...
iNsTa-X-TrAcToR
Options:
-v, --log-level logging verbosity, counting up. [0]
-l, --log_file FILENAME
-i, --input TEXT Globbing pattern [*.har]
-o, --output DIRECTORY results directory [results/]
--help Show this message and exit.
Commands:
posts collect post data
reels collect reel data
- Install
poetryif you don't have it:pipx install poetry. - Clone this repo, go into the repo's folder.
- Install the dependencies with
poetry installand spawn a shell in your new virtual environment withpoetry shell. - To run tests type
pytest, to try instaxtractor runinstaxtractor --help.
Philipp Kessling under MIT.