https://github.com/deadkennedyx/osintgram
Tool to search for basic instagram queries for user and locations
https://github.com/deadkennedyx/osintgram
Last synced: 2 months ago
JSON representation
Tool to search for basic instagram queries for user and locations
- Host: GitHub
- URL: https://github.com/deadkennedyx/osintgram
- Owner: DeadKennedyx
- Created: 2023-12-26T01:15:19.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-04T21:23:04.000Z (over 1 year ago)
- Last Synced: 2025-01-24T09:26:58.159Z (4 months ago)
- Language: Python
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
```
________ _________.___ _______________________ __________________ _____ _____
\_____ \ / _____/| |\ \__ ___/ _ \ / _____/\______ \ / _ \ / \
/ | \ \_____ \ | |/ | \| | / /_\ \/ \ ___ | _/ / /_\ \ / \ / \
/ | \/ \| / | \ |/ | \ \_\ \| | \/ | \/ Y \
\_______ /_______ /|___\____|__ /____|\____|__ /\______ /|____|_ /\____|__ /\____|__ /
\/ \/ \/ \/ \/ \/ \/ \/
```Basic OSINT tool to query instagram user and location information.
Based on the previous osintgram that doesn't work anymore.
### Appreciation
if you clone the repo don't forget to give a little star to the repo!#### Features
1. Get User Pk.
2. Get User Information.
3. Get User Media/Posts.
4. Query User Following.
5. Query User Followers.
6. Query Location most recent posts.
7. Get Media Information
8. High Quality photo download
9. High Quality video download#### Usage
You can only use this on people you follow or people that have public profiles, which shouldn't be hard to get someone to accept your follow request.Python >= 3.9
1. ```pip3 install -r requirements.txt```
2. Add your credentials to credentials.yaml
3. ```python3 osintagram.py```