The tvdb API doesn't seem to have any built-in rate-limits, that said, we definitely shouldn't spam it too much. For that reason, we should implement per-user rate limits on these interactions, probably alongside a global rate-limit.
Probably requires #39 (to keep track of previous request times easily, without a global variable)
The tvdb API doesn't seem to have any built-in rate-limits, that said, we definitely shouldn't spam it too much. For that reason, we should implement per-user rate limits on these interactions, probably alongside a global rate-limit.
Probably requires #39 (to keep track of previous request times easily, without a global variable)