{"id":25419029,"url":"https://github.com/cycomachead/hubot-meme","last_synced_at":"2025-10-07T18:28:40.025Z","repository":{"id":57269094,"uuid":"37960785","full_name":"cycomachead/hubot-meme","owner":"cycomachead","description":"Zero-configuration memes for your hubot via memecaptain.com","archived":false,"fork":false,"pushed_at":"2015-11-02T03:03:59.000Z","size":198,"stargazers_count":7,"open_issues_count":6,"forks_count":11,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-13T06:43:25.497Z","etag":null,"topics":["hubot","hubot-scripts","memecaptain","memes"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/hubot-meme","language":"CoffeeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cycomachead.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-06-24T03:47:06.000Z","updated_at":"2023-04-08T17:00:42.000Z","dependencies_parsed_at":"2022-09-02T05:41:17.518Z","dependency_job_id":null,"html_url":"https://github.com/cycomachead/hubot-meme","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cycomachead%2Fhubot-meme","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cycomachead%2Fhubot-meme/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cycomachead%2Fhubot-meme/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cycomachead%2Fhubot-meme/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cycomachead","download_url":"https://codeload.github.com/cycomachead/hubot-meme/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238734075,"owners_count":19521557,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["hubot","hubot-scripts","memecaptain","memes"],"created_at":"2025-02-16T18:35:33.693Z","updated_at":"2025-10-07T18:28:34.992Z","avatar_url":"https://github.com/cycomachead.png","language":"CoffeeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# hubot-meme\n\nZero-configuration memes for your hubot via memecaptain.com\n\nSee [`src/meme.coffee`](src/meme.coffee) for full documentation.\n\nWhy `hubot-meme`?\nUnlike many other meme scripts, memecaptain.com requires no API key and has a painless setup. :smile:\n\n## Installation\n\nIn hubot project repo, run:\n\n`npm install hubot-meme --save`\n\nThen add **hubot-meme** to your `external-scripts.json`:\n\n```json\n[\n  \"hubot-meme\"\n]\n```\n## Extra  Extra Memes!\nCan't get enough?\n\nIn your environment variables set:\n\n```\nHUBOT_EXTRA_MEMES=True\n```\nThis switches the `robot.respond` function to `robot.hear` so that your Hubot will match all text in the chatroom.\n\n## Sample Interaction\n\n```\nuser1\u003e\u003e hubot help meme\nhubot\u003e\u003e [Displays all possible memes]\nuser1\u003e\u003e @hubot Generate all the memes\nhubot\u003e\u003e http://i.memecaptain.com/gend_images/PESlaQ.jpg\n```\n\n## Currently Enabled Memes\nSee [meme.coffee](src/meme.coffee#L9)\n\nFeel free to submit a pull-request if you want a meme added!\n\n## Extending Memes\nBy default, I'm keeping this set of memes and commands fairly clean and appropriate for a workplace. You can extend the memes in your own bot's code by `require`ing the `memecaptain.coffee` file, which handles all the API interactions.\n\nSample:\n\n```\nmemeGenerator = require \"hubot-meme/src/lib/memecaptain.coffee\"\n\nmodule.exports = (robot) -\u003e\n  robot.respond /(.+) (ALL the .+)/i, id: 'meme.all-the-things', (msg) -\u003e\n    memeGenerator msg, 'Dv99KQ', msg.match[1], msg.match[2]\n```\n\nNew meme images can be added at http://memecaptain.com by pasting the URL into the `Load URL` then hitting enter. The `src` param of the URL is your image ID.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcycomachead%2Fhubot-meme","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcycomachead%2Fhubot-meme","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcycomachead%2Fhubot-meme/lists"}