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

Update giphy.js #129

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Update giphy.js #129

wants to merge 1 commit into from

Conversation

archturtle
Copy link

Removed you api key from giphy command

Removed you api key from giphy command
@ScriptKi77y
Copy link

ScriptKi77y commented Apr 19, 2018

https://giphy.api-docs.io/1.0/sticker/search

It's a public API key.

@@ -5,7 +5,7 @@ exports.commands = [
var qs = require("querystring");

var giphy_config = {
"api_key": "dc6zaTOxFJmzC",
"api_key": "your key here",
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, I agree with @ScriptKi77y there isn't a good reason to remove it.

@Einarin
Copy link
Collaborator

Einarin commented Aug 16, 2018

Linking this with #128. I'm inclined to keep it as is for now since the key is public and no there's no automated way to request one, but good to have this in case we do need to remove it.

@Einarin Einarin mentioned this pull request Jun 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants