Osintgram
Osintgram copied to clipboard
Add Geolocation Analysis Feature
This commit introduces a new feature to the OSINT tool that allows for the analysis of geolocation data associated with Instagram posts. The feature fetches geolocation data using the Instagram Graph API and provides basic analysis, such as identifying the most visited locations.
Key Changes:
- Added a method in the
Osintgramclass to fetch geolocation data from Instagram posts using the Graph API. - Implemented a basic analysis function that counts the number of posts per location.
- Added a new command to the tool's command system for accessing the geolocation analysis feature.
Next Step:
- Integration: The feature needs to be integrated into the tool's workflow. This includes ensuring that the access token is securely managed and that the feature is accessible through the command line or interactive shell.
Notes:
- This feature is a starting point and may require further development to fully meet the tool's needs.
- Ensure compliance with Instagram's Graph API terms of service and data privacy regulations.
This commit message provides a clear overview of the changes made, the next steps required, and important considerations for the feature. It's designed to guide future development and ensure that the feature is properly integrated and tested.
Okay, let me cook.
- I already noticed a pattern here, which means, it is AI generated. For someone that constantly uses ChatGPT that tries to rewrite in my style, I can tell that it truly is, text-generated from ChatGPT.
- Osintgram uses Instagram Private API, not Graph API thing.
Well to be honest I didn't know about the graph API thing. I just tried to do something.