followers and followers order example #506
Unanswered
AdamSaketume26
asked this question in
Q&A
Replies: 1 comment 2 replies
-
I'm curious about this too. Specifically, what I'd like to do is the following:
So, in other words, the first option from the OP. :) |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
twitch_miner.mine(
[
"xqc",
"caseoh_",
"jynxzi",
], # Array of streamers (order = priority)
followers=True, # Automatic download the list of your followers
followers_order=FollowersOrder.ASC # Sort the followers list by follow date. ASC or DESC
)
ty
Beta Was this translation helpful? Give feedback.
All reactions