我正在尝试使用 #hashtag 使用 instaloader 搜索 instagram 帖子
posts = instaloader.Hashtag.from_name(L.context, "python").get_posts()
但我怎样才能按位置搜索帖子,如达拉斯......?
posts = instaloader.Location.from_name(L.context, "Dallas").get_posts()
我正在尝试使用 #hashtag 使用 instaloader 搜索 instagram 帖子
posts = instaloader.Hashtag.from_name(L.context, "python").get_posts()
但我怎样才能按位置搜索帖子,如达拉斯......?
posts = instaloader.Location.from_name(L.context, "Dallas").get_posts()