Replies: 1 comment
-
try |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey Again,
in order to download all the post from IG in a city: how i Can get the complete list of PK?
with this code I get just one position
location = cl.location_search(45.116177, 7.742615)[0] location.dict() location01 = cl.location_complete(location) location01.dict()
GPS coordinates changes and PK is single.
but online, at www.instagram.com, I see tons of different locations:
Is it correct that with just one PK I get all the post of the whole city?
If Not, how to solve it?
Thanks
Valo
Beta Was this translation helpful? Give feedback.
All reactions