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

Conversation

dante-tech
Copy link

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.

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.
@BeChris100
Copy link

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.

@dante-tech
Copy link
Author

Well to be honest I didn't know about the graph API thing. I just tried to do something.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants