Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试使用 Python 中的“Instaloader”下载配置文件的最新帖子。我发现了一些关于主题标签的东西,但不是关于个人资料的。那么我如何只下载个人资料的最新帖子?提前致谢!
该文档有一个关于profiles的部分。
从例子:
L = Instaloader() profile = Profile.from_username(L.context, USERNAME)
然后,您可以使用该get_posts方法获取个人资料的帖子,包括最新的帖子。
get_posts