You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm developing a notifier, and I need to message 500 users, for example.
By the Reddit API limitations, it means that I can do it in 9 minutes (60 messages in 1 minute), but after testing it, I concluded that only 10 - 12 users can be messaged in 1 minute, and then an exception is thrown.
Is there any limitations in bulk messaging users, provided by this wrapper ?
Can someone clarify this for me ?
Thanks :)
The text was updated successfully, but these errors were encountered:
What exception is thrown when this happens? I'm not aware of any limitations that would prevent ~60 messages/min from going through, provided that you're not performing any other queries that would go against the API speed limit.
How old is the account you're using? Does it have a decent amount of both comment and post karma? Reddit has been known to impose tighter rate limits in certain circumstances, particularly with newer and less-established accounts.
I'm developing a notifier, and I need to message 500 users, for example.
By the Reddit API limitations, it means that I can do it in 9 minutes (60 messages in 1 minute), but after testing it, I concluded that only 10 - 12 users can be messaged in 1 minute, and then an exception is thrown.
Is there any limitations in bulk messaging users, provided by this wrapper ?
Can someone clarify this for me ?
Thanks :)
The text was updated successfully, but these errors were encountered: