Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Geolocation Analysis Feature #1009

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Commits on Feb 24, 2024

  1. 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 `Osintgram` class 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.
    0cisco committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    e31aa0a View commit details
    Browse the repository at this point in the history