twarc followers #618
-
Twitter API followers endpoint returns the list of followers sorted by the moment the user followed the account.
|
Beta Was this translation helpful? Give feedback.
Answered by
igorbrigadir
Mar 29, 2022
Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
miguelwon
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
__twarc
so if the API response is ordered somehow, the twarc response will be too.includes
portion of the response, and if you want to merge everything and have 1 complete object per line, you can usetwarc2 flatten
command on the responses, and you'll get 1 user per line.