{"id":18605582,"url":"https://github.com/lolcommits/lolcommits-slack","last_synced_at":"2025-04-10T20:31:03.898Z","repository":{"id":56882179,"uuid":"98047784","full_name":"lolcommits/lolcommits-slack","owner":"lolcommits","description":"Automatically post lolcommits to Slack","archived":false,"fork":false,"pushed_at":"2025-02-17T00:55:21.000Z","size":58,"stargazers_count":12,"open_issues_count":1,"forks_count":0,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-03-25T04:01:35.344Z","etag":null,"topics":["fun","git","git-addons","humor","lolcommits","lolcommits-plugin","ruby","selfie","slack"],"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}},"created_at":"2017-07-22T17:38:37.000Z","updated_at":"2025-02-27T12:22:57.000Z","dependencies_parsed_at":"2022-08-20T13:00:47.553Z","dependency_job_id":null,"html_url":"https://github.com/lolcommits/lolcommits-slack","commit_stats":null,"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lolcommits%2Flolcommits-slack","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lolcommits%2Flolcommits-slack/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lolcommits%2Flolcommits-slack/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lolcommits%2Flolcommits-slack/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lolcommits","download_url":"https://codeload.github.com/lolcommits/lolcommits-slack/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248163909,"owners_count":21058045,"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","slack"],"created_at":"2024-11-07T02:22:11.798Z","updated_at":"2025-04-10T20:31:03.555Z","avatar_url":"https://github.com/lolcommits.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Lolcommits Slack\n\n[![Gem](https://img.shields.io/gem/v/lolcommits-slack.svg?style=flat)](http://rubygems.org/gems/lolcommits-slack)\n[![Travis](https://img.shields.io/travis/com/lolcommits/lolcommits-slack/master.svg?style=flat)](https://travis-ci.com/lolcommits/lolcommits-slack)\n[![Depfu](https://img.shields.io/depfu/lolcommits/lolcommits-slack.svg?style=flat)](https://depfu.com/github/lolcommits/lolcommits-slack)\n[![Maintainability](https://api.codeclimate.com/v1/badges/a866b41555abbda9dec0/maintainability)](https://codeclimate.com/github/lolcommits/lolcommits-slack/maintainability)\n[![Test Coverage](https://api.codeclimate.com/v1/badges/a866b41555abbda9dec0/test_coverage)](https://codeclimate.com/github/lolcommits/lolcommits-slack/test_coverage)\n\n[lolcommits](https://lolcommits.github.io/) takes a snapshot with your\nwebcam every time you git commit code, and archives a lolcat style image\nwith it. Git blame has never been so much fun!\n\nThis plugin automatically posts your lolcommits to one (or more)\n[Slack](https://slack.com) channels.\n\nThe Slack post will contain the git commit message and repo name. The\nSHA is used as the uploaded file name. Posting will be retried (once)\nshould any error occur.\n\n## Requirements\n\n* Ruby \u003e= 2.3\n* A webcam\n* [ImageMagick](http://www.imagemagick.org)\n* [ffmpeg](https://www.ffmpeg.org) (optional) for animated gif capturing\n\n## Installation\n\nFollow the [install\nguide](https://github.com/lolcommits/lolcommits#installation) for\nlolcommits first. Then run the following:\n\n    $ gem install lolcommits-slack\n\n## Configuration\n\nNext configure and enable with:\n\n    $ lolcommits --config -p slack\n    # set enabled to `true`\n    # enter your access token and Slack channel ID list (see below)\n\nThat's it! Every lolcommit will now be posted to these Slack channels.\nTo disable simply reconfigure with `enabled: false`.\n\n### Access Token\n\nThis plugin uses Slack [legacy\ntokens](https://api.slack.com/custom-integrations/legacy-tokens) for\nauthentication. Create (or grab) them\n[here](https://api.slack.com/custom-integrations/legacy-tokens).\n\n### Channel List\n\nYou must supply one or more Slack channel *IDs*. You can use Slack's own\n[API testing tool](https://api.slack.com/methods/channels.list/test) to\nlist all Slack channels in your account, and grab the IDs from the JSON\nresponse presented.\n\n## Development\n\nCheck out this repo and run `bin/setup`, this will install dependencies\nand generate docs. Run `bundle exec rake` to run all tests and generate\na coverage report.\n\nYou can also run `bin/console` for an interactive prompt that will allow\nyou to experiment 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-slack/issues). Take a\nmoment to check it hasn't been raised in the past (and possibly closed).\n\n## TODO\n\n- [ ] Use new Oauth / App (instead of legacy tokens)\n- [ ] Query for channel list and let user select\n\n## Contributing\n\nBug [reports](https://github.com/lolcommits/lolcommits-slack/issues) and\n[pull requests](https://github.com/lolcommits/lolcommits-slack/pulls)\nare welcome on GitHub.\n\nWhen submitting pull requests, remember to add tests covering any new\nbehaviour, and ensure all tests are passing on [Travis\nCI](https://travis-ci.com/lolcommits/lolcommits-slack). Read the\n[contributing\nguidelines](https://github.com/lolcommits/lolcommits-slack/blob/master/CONTRIBUTING.md)\nfor more details.\n\nThis project is intended to be a safe, welcoming space for\ncollaboration, and contributors are expected to adhere to the\n[Contributor Covenant](http://contributor-covenant.org) code of conduct.\nSee\n[here](https://github.com/lolcommits/lolcommits-slack/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* [Travis CI](https://travis-ci.com/lolcommits/lolcommits-slack)\n* [Test Coverage](https://codeclimate.com/github/lolcommits/lolcommits-slack/test_coverage)\n* [Code Climate](https://codeclimate.com/github/lolcommits/lolcommits-slack)\n* [RDoc](http://rdoc.info/projects/lolcommits/lolcommits-slack)\n* [Issues](http://github.com/lolcommits/lolcommits-slack/issues)\n* [Report a bug](http://github.com/lolcommits/lolcommits-slack/issues/new)\n* [Gem](http://rubygems.org/gems/lolcommits-slack)\n* [GitHub](https://github.com/lolcommits/lolcommits-slack)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flolcommits%2Flolcommits-slack","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flolcommits%2Flolcommits-slack","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flolcommits%2Flolcommits-slack/lists"}