Instagram OSINT 工具可从 Instagram 账户获取一系列通常仅通过查看其个人资料无法获得的信息。此仓库已归档。
信息包括:
注意:由于使用了 "f" 字符串,你必须使用 python3.6 或更高版本
pip3 install -r requirements.txtpython3 main.py --username USERNAME请注意,InstagramOSINT.py 是作为 Python 模块导入使用的,适用于自定义应用程序,不应从命令行直接运行
输出格式为字典/JSON,保存在你扫描的账户所创建的目录内的 txt 文件中
当你想将此代码库应用到任何项目时,这非常有用。API 使用非常简单,并利用了 Python 的特性(如索引)使其更易使用
示例:
from InstagramOSINT import *
instagram = InstagramOSINT(username='USERNAMEHERE')
print(instagram.profile_data)
print(instagram['Username'])
instagram.print_profile_data()
instagram.save_data()
instagram.scrape_posts()
对于你使用此工具进行的任何可能被视为非法的行为,我概不负责。请勿违法!