jessepollak / command

:black_nib: Making the web better with Slack-like slash commands.
http://slashcommand.club
MIT License
1.11k stars 66 forks source link

Hitting Giphy API Rate limit D: #59

Open ctsstc opened 3 years ago

ctsstc commented 3 years ago

Could we supply our own keys in a configuration to avoid hitting this rate limit with a shared key?

image

Response

{
      "data": [],
      "meta": {
        "status": 429,
        "msg": "API rate limit exceeded",
        "response_id": ""
      }
    }