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.76k stars 2.16k forks source link

Osingram run in termux #583

Open Suthar01010 opened 2 years ago

Suthar01010 commented 2 years ago

I am getting this error when I tried run python3 main.py ####Traceback (most recent call last): File "/data/data/com.termux/files/home/Osintgram/main.py", line 3, in from src.Osintgram import Osintgram File "/data/data/com.termux/files/home/Osintgram/src/Osintgram.py", line 9, in import requests ModuleNotFoundError: No module named 'requests'#### What should I do

CelestialReaver commented 2 years ago

did you run pip install -r requirements first?

Suthar01010 commented 2 years ago

did you run pip install -r requirements first?

Yes