英文:
OSINT instagram tool - Terra - Usage
问题
我按照Github上的说明正确安装了这个工具:xadhrit/terra
当我运行程序时:
我已经将insta.yml
文件修改为我的Instagram帐户:
但我总是得到上面的结果... 有人可以帮助找出原因吗?
谢谢
英文:
I properly installed the tool as shown in Github: xadhrit/terra
When I run the program:
python3 terra.py username
I have modified the insta.yml
file as my own Instagram account:
But I always get the above result.... Could someone help to find out?
Thank you
答案1
得分: 1
从自述文件中,您应该在用户名和密码周围使用引号,并确保在每次登录之前清除creds/settings.json中的cookie。
英文:
From the readme, you should use quotation marks around the username and password and make sure you have cleared out cookies from creds/settings.json before each login.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论