Osintgram
Osintgram copied to clipboard
Add heirarchy in output folder (based on target)
Fixes https://github.com/Datalux/Osintgram/issues/537
This PR stores the output photos of the photos command, into separate folders in the output directory, based on the target username.
output
├── dont_delete_this_folder.txt
├── target_1
│ ├── 2661892880972654705_1552784059.jpg
│ └── 2690951453557838074_1552784059.jpg
└── target_2
├── 2879901569904497617_45635562290.jpg
└── 2880124787004280963_45635562290.jpg
2 directories, 4 files
@Datalux
Hey, could you help me please. How to open the images downloaded in the output folder? Can I download them to my local machine?
Hi @rishinair11 nice improvement! Can you also add this feature in v2 branch?
Hi @rishinair11 nice improvement! Can you also add this feature in v2 branch?
Definitely
@Datalux So I was testing my changes for v2, but I got this error when running Osintgram.
rishinair11@Osintgram % python main.py rishinair11 --command photos
Logged as rishinair11. Target: rishinair11 [<redacted>] [PRIVATE PROFILE] [FOLLOWING]
Traceback (most recent call last):
File "/Users/rishinair11/Projects/Osintgram/main.py", line 134, in <module>
'addrs': api.get_addrs,
AttributeError: 'Osintgram' object has no attribute 'get_addrs'
Also, in VS Code the get_addrs doesn't point to any code reference.

I understand that the individual commands have been moved to their own folder with run.py and config.yaml for each. But, I'm not sure how they tie together with the main.py script.
That mini-knowledge would certainly help me to add the changes to v2.
Hi @rishinair11 sorry for my late reply. Please ignore main.py and use osintgram.py.
InstAgent 🔎📸
InstAgent is a tool on Instagram to collect, analyze, and run reconnaissance.
The original developer is Datalux.
Since the original version is more or less inactive, I took the initiative to continue with the developments.