Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rate limits on "muting" users #327

Open
RuinedYourLife opened this issue Sep 30, 2024 · 4 comments
Open

Rate limits on "muting" users #327

RuinedYourLife opened this issue Sep 30, 2024 · 4 comments
Labels
question Further information is requested

Comments

@RuinedYourLife
Copy link

Title: Rate limits on "muting" users

Issue found of: September 30th, 2024

Endpoint(s):

  • PUT /me/mutings/soundcloud:users:{id}

Scope(s):

  • User auth

Steps to reproduce:

curl --request GET \
curl "https://api-v2.soundcloud.com/me/mutings/soundcloud:users:{id}?reported=true&remove_activities=true&client_id=client_id&app_version=1727431820&app_locale=en" ^
  -X "PUT" ^
  -H "Accept: application/json, text/javascript, */*; q=0.1" ^
  ...
  -H "Authorization: OAuth token" ^
  ...

Expected behaviour:

Blocks the user.

Actual behaviour:

429

Hey there,

I know this is not the right place for this, but it appears to be the only place that people are replying.
I have tried to contact the support the past month to no avail.

I have a bunch of bots streaming/following/liking/reposting my tracks, and since the support is not replying, I tried blocking them myself.
Ofc, I am not blocking 4k accounts by hand, so I wrote something to do this for me.
Except now I get rate limited.

  • How many of these requests can I send before getting rate limited?
  • Isn't there a way around it?
  • Can I get someone to help me with this (it might have messed up my "algorithm" or whatever)?

If needed, I can share my code / the list of accounts I collected that do not look legit (based on follower count and profile picture only) that I gathered.

Good day

@RuinedYourLife
Copy link
Author

Limit appears to be 1000? Do correct me if I'm wrong ^^'

@youssefhassan
Copy link

Hey @RuinedYourLife, thanks for reporting
we take abuse and bots very seriously and I'm interested in how did you manage to identify the bots activity as 4K sounds like a big numbers. Can you share your account and which tracks get this abusive behaviour?

@youssefhassan youssefhassan added the question Further information is requested label Oct 7, 2024
@RuinedYourLife
Copy link
Author

Hey!
Pretty much I'm looking at all the accounts that either follow me, like my songs, repost them, cross-reference the data and block the accounts based on certain criterias (number of followers, if they have a default pfp).
I just finished blocking 135 more accounts that liked one of my tracks.
Can we communicate over an other channel if we want to exchange accounts/data/code etc...?
How does discord sound?

@RuinedYourLife
Copy link
Author

Hey there,
No updates over here?
I managed to clean up a bit but I still have my questions unanswered + we did not get in contact.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants