instadump is a few-line bot used to extract instagram session from logged client
pip3 install -r requrirements.txt
python3 insta_dump.py -l "<login>" -p "<password>" -f "<output file>"
usage: instadump [-h] [-l LOGIN] [-p PASSWORD] [-f FILE]
dumping instagram session to file
options:
-h, --help show this help message and exit
-l LOGIN, --login LOGIN
-p PASSWORD, --password PASSWORD
-f FILE, --file FILE
part of Spottedmi project by RandomGuy090 and gl00man