├── README.md ├── asset ├── 1.png ├── 2.png ├── 3.png ├── OSINTIG.png └── test.txt ├── instaOSINT.py └── requirements.txt /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HunxByts/INSTA-OSINT/HEAD/README.md -------------------------------------------------------------------------------- /asset/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HunxByts/INSTA-OSINT/HEAD/asset/1.png -------------------------------------------------------------------------------- /asset/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HunxByts/INSTA-OSINT/HEAD/asset/2.png -------------------------------------------------------------------------------- /asset/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HunxByts/INSTA-OSINT/HEAD/asset/3.png -------------------------------------------------------------------------------- /asset/OSINTIG.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HunxByts/INSTA-OSINT/HEAD/asset/OSINTIG.png -------------------------------------------------------------------------------- /asset/test.txt: -------------------------------------------------------------------------------- 1 | IMAGE!!! 2 | -------------------------------------------------------------------------------- /instaOSINT.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HunxByts/INSTA-OSINT/HEAD/instaOSINT.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | instaloader 2 | --------------------------------------------------------------------------------