{"id":15582937,"url":"https://github.com/audy/memelicious","last_synced_at":"2025-04-24T02:52:51.747Z","repository":{"id":56883235,"uuid":"2584799","full_name":"audy/memelicious","owner":"audy","description":"Parser of internet memes","archived":false,"fork":false,"pushed_at":"2015-06-08T21:47:41.000Z","size":236,"stargazers_count":18,"open_issues_count":0,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-24T02:52:43.316Z","etag":null,"topics":["parser"],"latest_commit_sha":null,"homepage":"","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/audy.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"license.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2011-10-16T04:23:18.000Z","updated_at":"2016-09-04T21:01:42.000Z","dependencies_parsed_at":"2022-08-20T13:10:38.683Z","dependency_job_id":null,"html_url":"https://github.com/audy/memelicious","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/audy%2Fmemelicious","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/audy%2Fmemelicious/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/audy%2Fmemelicious/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/audy%2Fmemelicious/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/audy","download_url":"https://codeload.github.com/audy/memelicious/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250552036,"owners_count":21449162,"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":["parser"],"created_at":"2024-10-02T20:02:49.342Z","updated_at":"2025-04-24T02:52:51.713Z","avatar_url":"https://github.com/audy.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Memelicious\n\n[![Build\nStatus](https://travis-ci.org/audy/memelicious.svg?branch=master)](https://travis-ci.org/audy/memelicious)\n\nIdentify and parse internet \"memes\" in Ruby. The Ruby gem formely known as\nmemetron (I had to change the name because some meanie stole the gem on\nRubyGems.org).\n\n## Installation\n\n`gem install memelicious`\n\nor add to your `Gemfile`:\n\n```ruby\ngem 'memelicious'\n```\n\n## How\n\n```ruby\nrequire 'memelicious'\n\nMemelicious::Matcher.match('A wild Ruby library appears')\n# =\u003e [Memelicious::Pokemon, 'Ruby Library']\n```\n\n## Define memes using the DSL\n\n```ruby\n\nmodule Memelicious\n  class SeanBean \u003c Meme\n    # define meme as a regular expression\n    matcher /Prepare yourself,? (.*) are coming/i\n    \n    # provide some test cases\n    should_match \"prepare yourself, the automatically generated memes are coming\"\n    and_return \"the automatically generated memes\"\n\n    should_not_match \"this isn't an example of the Sean Bean meme\"\n  end\nend\n```\n\n## Contributing Memes\n\nSubmit a pull request with your meme and at least one positive example.\n\nPlz test thusly: `bundle exec rspec`.\n\n## Why?\n\nFor the lulz.\n\n\u003ckbd\u003eboop\u003c/kbd\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faudy%2Fmemelicious","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faudy%2Fmemelicious","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faudy%2Fmemelicious/lists"}