{"id":43104303,"url":"https://github.com/mhauri/comics","last_synced_at":"2026-01-31T17:51:10.945Z","repository":{"id":54302091,"uuid":"123546777","full_name":"mhauri/comics","owner":"mhauri","description":"Push comics into your Microsoft Teams and/or Slack Channel.","archived":false,"fork":false,"pushed_at":"2021-02-25T15:12:28.000Z","size":53,"stargazers_count":5,"open_issues_count":1,"forks_count":1,"subscribers_count":2,"default_branch":"develop","last_synced_at":"2025-07-29T22:56:59.489Z","etag":null,"topics":["slack","teams"],"latest_commit_sha":null,"homepage":"","language":"PHP","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/mhauri.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-03-02T07:38:55.000Z","updated_at":"2022-08-05T20:08:16.000Z","dependencies_parsed_at":"2022-08-13T11:30:26.297Z","dependency_job_id":null,"html_url":"https://github.com/mhauri/comics","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/mhauri/comics","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mhauri%2Fcomics","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mhauri%2Fcomics/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mhauri%2Fcomics/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mhauri%2Fcomics/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mhauri","download_url":"https://codeload.github.com/mhauri/comics/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mhauri%2Fcomics/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28948761,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-31T14:26:55.697Z","status":"ssl_error","status_checked_at":"2026-01-31T14:26:52.545Z","response_time":128,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["slack","teams"],"created_at":"2026-01-31T17:51:10.276Z","updated_at":"2026-01-31T17:51:10.940Z","avatar_url":"https://github.com/mhauri.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Build Status](https://img.shields.io/travis/com/mhauri/comics?style=flat-square)](https://travis-ci.com/mhauri/comics)\n[![Codacy Badge](https://img.shields.io/codacy/grade/c47c9b60b7814823acd8627dce23ba31?style=flat-square)](https://www.codacy.com/gh/mhauri/comics/dashboard?utm_source=github.com\u0026amp;utm_medium=referral\u0026amp;utm_content=mhauri/comics\u0026amp;utm_campaign=Badge_Grade)\n[![Codacy Badge](https://img.shields.io/codacy/coverage/c47c9b60b7814823acd8627dce23ba31?label=code%20coverage\u0026style=flat-square)](https://www.codacy.com/gh/mhauri/comics/dashboard?utm_source=github.com\u0026utm_medium=referral\u0026utm_content=mhauri/comics\u0026utm_campaign=Badge_Coverage)\n\n# Comics\n\nComics is a simple [robo.li](https://robo.li/) script which pushes your daily dose of commics into your Microsoft Teams and/or Slack Channel.\n\nThe following Comics are currently integrated.\n\n- [Garfield](https://garfield.com/)\n- [CommitStrip](http://www.commitstrip.com/en/)\n- [Nichtlustig](http://www.nichtlustig.de/)\n- [xkcd](https://www.xkcd.com/)\n- [Dilbert](https://www.dilbert.com/)\n- [Unnützes Wissen](https://www.xn--unntzes-wissen-isb.de/)\n\n##### Installation\n    composer create-project mhauri/comics-to-webhooks comics\n\n##### Configuration\n    cp .env.dist .env\n\nConfigure your Microsoft Teams / Slack Webhook Url's in the **.env** file.\n\n\n##### Cronjob settings example\n    30 12 * * * php /path/to/your/comics send:comic garfield \u003e\u003e /dev/null 2\u003e\u00261\n    0 9 * * * php /path/to/your/comics send:comic nichtlustig \u003e\u003e /dev/null 2\u003e\u00261\n    0 15 * * * php /path/to/your/comics send:comic commitStrip \u003e\u003e /dev/null 2\u003e\u00261\n    30 16 * * * php /path/to/your/comics send:comic xkcd \u003e\u003e /dev/null 2\u003e\u00261\n    30 10 * * * php /path/to/your/comics send:comic dilbert \u003e\u003e /dev/null 2\u003e\u00261\n    30 11 * * * php /path/to/your/comics send:comic unnuetz \u003e\u003e /dev/null 2\u003e\u00261\n\n##### Issues / Ideas\n\nIf you're missing a comic or have any issues, please let me know in the [issues](https://github.com/mhauri/comics/issues/new) section or open a [pull request](https://help.github.com/articles/using-pull-requests) to contribute.\n\n\nLicense\n-------\n[MIT](LICENSE.txt)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmhauri%2Fcomics","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmhauri%2Fcomics","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmhauri%2Fcomics/lists"}