{"id":18605592,"url":"https://github.com/lolcommits/lolcommits-uploldz","last_synced_at":"2026-02-16T01:02:43.364Z","repository":{"id":56882193,"uuid":"103181003","full_name":"lolcommits/lolcommits-uploldz","owner":"lolcommits","description":"Upload lolcommits to a remote endpoint","archived":false,"fork":false,"pushed_at":"2025-02-17T05:30:10.000Z","size":343,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-04-27T05:05:12.954Z","etag":null,"topics":["fun","git","git-addons","humor","lolcommits","lolcommits-plugin","ruby","selfie"],"latest_commit_sha":null,"homepage":"https://lolcommits.github.io","language":"Ruby","has_issues":true,"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}},"created_at":"2017-09-11T19:50:14.000Z","updated_at":"2024-12-29T23:55:30.000Z","dependencies_parsed_at":"2024-11-07T02:28:49.398Z","dependency_job_id":"c26f86da-67c5-4368-bcdc-c7a46e726da2","html_url":"https://github.com/lolcommits/lolcommits-uploldz","commit_stats":{"total_commits":35,"total_committers":1,"mean_commits":35.0,"dds":0.0,"last_synced_commit":"3d7cf4537b7f9a08acf45fed545d752a0dbc27c3"},"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lolcommits%2Flolcommits-uploldz","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lolcommits%2Flolcommits-uploldz/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lolcommits%2Flolcommits-uploldz/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lolcommits%2Flolcommits-uploldz/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lolcommits","download_url":"https://codeload.github.com/lolcommits/lolcommits-uploldz/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254595221,"owners_count":22097506,"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.136Z","updated_at":"2026-02-16T01:02:38.332Z","avatar_url":"https://github.com/lolcommits.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Lolcommits Uploldz\n\n[![CI](https://img.shields.io/github/actions/workflow/status/lolcommits/lolcommits-uploldz/ci.yml?branch=main\u0026style=flat\u0026label=CI)](https://github.com/lolcommits/lolcommits-uploldz/actions/workflows/ci.yml)\n[![Gem](https://img.shields.io/gem/v/lolcommits-uploldz.svg?style=flat)](http://rubygems.org/gems/lolcommits-uploldz)\n[![Depfu](https://img.shields.io/depfu/lolcommits/lolcommits-uploldz.svg?style=flat)](https://depfu.com/github/lolcommits/lolcommits-uploldz)\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\nThis plugin uploads each lolcommit to a remote server after capturing.  You\nconfigure the plugin by setting a remote endpoint to handle the HTTP post\nrequest. The following params will be sent:\n\n* `file` - captured lolcommit file\n* `message` - the commit message\n* `repo` - repository name e.g. lolcommits/lolcommits\n* `sha` - commit SHA\n* `author_name` - the commit author name\n* `author_email` - the commit author email address\n* `key` - optional key (string) from plugin config\n\nYou can also set an optional HTTP Basic Auth header (username and/or password).\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-uploldz\n\nThen configure to enable and set the remote endpoint:\n\n    $ lolcommits --config -p uploldz\n    # set enabled to `true`\n    # set the remote endpoint (must begin with http(s)://)\n    # optionally set a key (sent in params) and/or HTTP Basic Auth credentials\n\nThat's it! Provided the endpoint responds correctly, your next lolcommit will be\nuploaded to it. To disable use:\n\n    $ lolcommits --config -p uploldz\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\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-uploldz/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-uploldz/issues) and [pull\nrequests](https://github.com/lolcommits/lolcommits-uploldz/pulls) are welcome on\nGitHub.\n\nWhen submitting pull requests, remember to add tests covering any new behaviour,\nand ensure all tests are passing. Read the [contributing\nguidelines](https://github.com/lolcommits/lolcommits-loltext/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-uploldz/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-uploldz/actions/workflows/ci.yml)\n* [RDoc](https://rubydoc.info/gems/lolcommits-uploldz)\n* [Issues](http://github.com/lolcommits/lolcommits-uploldz/issues)\n* [Report a bug](http://github.com/lolcommits/lolcommits-uploldz/issues/new)\n* [Gem](http://rubygems.org/gems/lolcommits-uploldz)\n* [GitHub](https://github.com/lolcommits/lolcommits-uploldz)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flolcommits%2Flolcommits-uploldz","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flolcommits%2Flolcommits-uploldz","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flolcommits%2Flolcommits-uploldz/lists"}