[BUG]How can I access the elements in the response list? #757
Bestsenator
started this conversation in
General
Replies: 1 comment
-
https://github.com/adw0rd/instagrapi/blob/master/instagrapi/types.py#L111
|
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
-
I use the user_medias method and the list that gives me the answer is as follows:
[
media
(pk='2874676298027499790',.......)
]
What is Media and how can I access its elements?
for example I need to access the pk of the first post....
Beta Was this translation helpful? Give feedback.
All reactions