Mining Drops by GameId #184
nrossini-github
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is it possible to add a feature that uses the GameId to check if a Drop Campaign is active and, if so, watch the first Streamer with Drops enabled?
I don't even care to watch a specific streamer, just the first one that has drops enabled for that specific game during the campaign active time.
Maybe something like this in the run.py file
twitch_miner.drops(
[
"30921", # RocketLeague
"460630" # Rainbow6Siege
], # Array of GamesId (order = priority)
)
Thank you
Beta Was this translation helpful? Give feedback.
All reactions