Datalux / Osintgram

Osintgram is a OSINT tool on Instagram. It offers an interactive shell to perform analysis on Instagram account of any users by its nickname
GNU General Public License v3.0
9.52k stars 2.09k forks source link

Getting this when i run python3 main.py #299

Closed ghost closed 3 years ago

ghost commented 3 years ago

Traceback (most recent call last): File "/home/kali/Osintgram/main.py", line 3, in from src.Osintgram import Osintgram File "/home/kali/Osintgram/src/Osintgram.py", line 9, in import requests ModuleNotFoundError: No module named 'requests'

crqch commented 3 years ago

Run python3 -m pip install requests