Watson Goyette
New member
- Joined
- Apr 6, 2024
- Messages
- 18
- Points
- 1
I am testing out seeing which of the different music platforms I could automate and drive plays.
I have built a bunch for Spotify (yes I’m aware they’re cracking down on bots but the technical problems I face still apply)
1) is selenium with chrome drivers still the approach people recommend?
2) scaling these selenium drivers is challenging.
First off, docker is being a total pain in the ass, it only runs but can’t do things like “send keys” to fill in inputs now but there’s no errors.
Second, my main question - if I have an infinite number of accounts, what’s my best approach to scale? Each computer or machine I run is limited by CPU cores ? **THIS IS MAINLY WHAT I AM STUCK ON **
Could anyone share some information to me on understanding these two a little bit better?
Pretty much every other part of the process I think I have down
I have built a bunch for Spotify (yes I’m aware they’re cracking down on bots but the technical problems I face still apply)
1) is selenium with chrome drivers still the approach people recommend?
2) scaling these selenium drivers is challenging.
First off, docker is being a total pain in the ass, it only runs but can’t do things like “send keys” to fill in inputs now but there’s no errors.
Second, my main question - if I have an infinite number of accounts, what’s my best approach to scale? Each computer or machine I run is limited by CPU cores ? **THIS IS MAINLY WHAT I AM STUCK ON **
Could anyone share some information to me on understanding these two a little bit better?
Pretty much every other part of the process I think I have down