{"id":18605599,"url":"https://github.com/lolcommits/lolcommits-dotcom","last_synced_at":"2025-05-17T09:42:30.215Z","repository":{"id":56882197,"uuid":"103827212","full_name":"lolcommits/lolcommits-dotcom","owner":"lolcommits","description":"Legacy lolcommits gem plugin to auto posting to the original lolcommits.com website","archived":true,"fork":false,"pushed_at":"2025-02-16T21:20:16.000Z","size":144,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-05-16T19:47:43.127Z","etag":null,"topics":["fun","git","git-addons","humor","lolcommits","lolcommits-plugin","ruby","selfie"],"latest_commit_sha":null,"homepage":"https://lolcommits.com","language":"Ruby","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lolcommits.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2017-09-17T12:31:47.000Z","updated_at":"2025-04-26T17:45:46.000Z","dependencies_parsed_at":"2024-11-07T02:28:50.590Z","dependency_job_id":"871805a6-f0e8-4d62-8c8b-58ed4d0bbedf","html_url":"https://github.com/lolcommits/lolcommits-dotcom","commit_stats":{"total_commits":45,"total_committers":1,"mean_commits":45.0,"dds":0.0,"last_synced_commit":"9383592bc780ed8de70243b404b58307d596d44f"},"previous_names":[],"tags_count":14,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lolcommits%2Flolcommits-dotcom","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lolcommits%2Flolcommits-dotcom/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lolcommits%2Flolcommits-dotcom/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lolcommits%2Flolcommits-dotcom/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lolcommits","download_url":"https://codeload.github.com/lolcommits/lolcommits-dotcom/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254688896,"owners_count":22112514,"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":["fun","git","git-addons","humor","lolcommits","lolcommits-plugin","ruby","selfie"],"created_at":"2024-11-07T02:22:13.921Z","updated_at":"2025-05-17T09:42:29.251Z","avatar_url":"https://github.com/lolcommits.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Lolcommits Dotcom\n\n[![CI](https://img.shields.io/github/actions/workflow/status/lolcommits/lolcommits-dotcom/ci.yml?branch=main\u0026style=flat\u0026label=CI)](https://github.com/lolcommits/lolcommits-dotcom/actions/workflows/ci.yml)\n[![Gem](https://img.shields.io/gem/v/lolcommits-dotcom.svg?style=flat)](http://rubygems.org/gems/lolcommits-dotcom)\n[![Depfu](https://img.shields.io/depfu/lolcommits/lolcommits-dotcom.svg?style=flat)](https://depfu.com/github/lolcommits/lolcommits-dotcom)\n\n[lolcommits](https://lolcommits.github.io/) takes a snapshot with your webcam\nevery time you git commit code, and archives a lolcat style image with it. Git\nblame has never been so much fun!\n\n[lolcommits.com](https://lolcommits.com) is web app hosting lolcommits for\nmultiple repositories! You can signup for free via GitHub. This plugin\nintegrates your lolcommits gem with the website. The app itself has been\nopen-sourced and lives on\n[GitHub](https://github.com/lolcommits/lolcommits-dot-com), pull-requests are\nwelcome!\n\n## Requirements\n\n* Ruby \u003e= 3.1\n* A webcam\n* [ImageMagick](http://www.imagemagick.org)\n* [ffmpeg](https://www.ffmpeg.org) (optional) for animated gif capturing\n\n## Installation\n\nAfter installing the lolcommits gem, install this plugin with:\n\n    $ gem install lolcommits-dotcom\n\nSign up (for free) [here](https://lolcommits.com) (via GitHub).\n\nFrom the top menu, click 'New Repo' (give your repository a name). Then click\n'[Account Info](https://lolcommits.com/users/account)' to see the keys you'll\nneed to configure the gem.\n\nThen configure to enable and set these keys:\n\n    $ lolcommits --config -p dotcom\n    # set enabled to `true`\n    # paste your api key, secret api and repo (external) id\n\nThat's it! Your next lolcommit will be sent to\n[lolcommits.com](https://lolcommits.com). To disable use:\n\n    $ lolcommits --config -p dotcom\n    # and set enabled to `false`\n\n## Development\n\nCheck out this repo and run `bin/setup`, this will install all dependencies and\ngenerate docs. Use `bundle exec rake` to run all tests.\n\nYou can also run `bin/console` for an interactive prompt that will allow you to\nexperiment with the gem code.\n\nAfter capturing every lolcommit is uploaded to the `/git_commits.json`\nendpoint with the following multi-part POST body params (JSON encoded):\n\n* `t` - timestamp, seconds since epoch\n* `token` - hex digest of `api_secret` from plugin config and timestamp\n* `key` - `api_key` from plugin config\n* `git_commit` - a hash with these params:\n  * `sha` - the commit sha\n  * `repo_external_id` - the `repo_id` from plugin config\n  * `image` - the lolcommit file (processed jpg, gif or mp4)\n\n## Tests\n\nMiniTest is used for testing. Run the test suite with:\n\n    $ rake test\n\n## Docs\n\nGenerate docs for this gem with:\n\n    $ rake rdoc\n\n## Troubles?\n\nIf you think something is broken or missing, please raise a new\n[issue](https://github.com/lolcommits/lolcommits-dotcom/issues). Take a moment\nto check it hasn't been raised in the past (and possibly closed).\n\n## Contributing\n\nBug [reports](https://github.com/lolcommits/lolcommits-dotcom/issues) and [pull\nrequests](https://github.com/lolcommits/lolcommits-dotcom/pulls) are welcome on\nGitHub.\n\nWhen submitting pull requests, remember to add tests covering any new behaviour,\nand ensure all tests are passing on CI. Read the [contributing\nguidelines](https://github.com/lolcommits/lolcommits-dotcom/blob/master/CONTRIBUTING.md)\nfor more details.\n\nThis project is intended to be a safe, welcoming space for collaboration, and\ncontributors are expected to adhere to the [Contributor\nCovenant](http://contributor-covenant.org) code of conduct.  See\n[here](https://github.com/lolcommits/lolcommits-dotcom/blob/master/CODE_OF_CONDUCT.md)\nfor more details.\n\n## License\n\nThe gem is available as open source under the terms of\n[LGPL-3](https://opensource.org/licenses/LGPL-3.0).\n\n## Links\n\n* [CI](https://github.com/lolcommits/lolcommits-dotcom/actions/workflows/ci.yml)\n* [RDoc](https://www.rubydoc.info/gems/lolcommits-dotcom)\n* [Issues](http://github.com/lolcommits/lolcommits-dotcom/issues)\n* [Report a bug](http://github.com/lolcommits/lolcommits-dotcom/issues/new)\n* [Gem](http://rubygems.org/gems/lolcommits-dotcom)\n* [GitHub](https://github.com/lolcommits/lolcommits-dotcom)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flolcommits%2Flolcommits-dotcom","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flolcommits%2Flolcommits-dotcom","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flolcommits%2Flolcommits-dotcom/lists"}