{"id":22026594,"url":"https://github.com/harshit98/xkcd-comic-service","last_synced_at":"2026-04-20T13:08:49.834Z","repository":{"id":101158369,"uuid":"268164748","full_name":"harshit98/XKCD-Comic-Service","owner":"harshit98","description":"Fetches web comics from XKCD platform using CLI built in Go 👻","archived":false,"fork":false,"pushed_at":"2020-06-03T05:02:50.000Z","size":18,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-27T02:59:40.581Z","etag":null,"topics":["cli","comic-book","go","requests"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/harshit98.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"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":"2020-05-30T21:46:18.000Z","updated_at":"2023-02-16T00:53:11.000Z","dependencies_parsed_at":null,"dependency_job_id":"317f59ba-a9b0-447d-9ff3-e5321f12677a","html_url":"https://github.com/harshit98/XKCD-Comic-Service","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/harshit98/XKCD-Comic-Service","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/harshit98%2FXKCD-Comic-Service","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/harshit98%2FXKCD-Comic-Service/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/harshit98%2FXKCD-Comic-Service/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/harshit98%2FXKCD-Comic-Service/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/harshit98","download_url":"https://codeload.github.com/harshit98/XKCD-Comic-Service/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/harshit98%2FXKCD-Comic-Service/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32048478,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-20T11:35:06.609Z","status":"ssl_error","status_checked_at":"2026-04-20T11:34:48.899Z","response_time":94,"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":["cli","comic-book","go","requests"],"created_at":"2024-11-30T07:28:29.475Z","updated_at":"2026-04-20T13:08:49.816Z","avatar_url":"https://github.com/harshit98.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003eXKCD Comic Service\u003c/h1\u003e\n\u003cp\u003e\n    \u003cimg src='https://img.shields.io/badge/maintainer-harshit98-blue' /\u003e\n  \u003cimg src=\"https://img.shields.io/badge/license-MIT-blue\" /\u003e\n  \u003ca href=\"https://github.com/itsfadnis/coronavirus-india/graphs/commit-activity\" target=\"_blank\"\u003e\n    \u003cimg alt=\"Maintenance\" src=\"https://img.shields.io/badge/Maintained%3F-yes-green.svg\" /\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://twitter.com/HarshitPrasad8\" target=\"_blank\"\u003e\n    \u003cimg alt=\"Twitter: HarshitPrasad8\" src=\"https://img.shields.io/twitter/follow/HarshitPrasad8.svg?style=social\" /\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n\u003e This service fetches web comics from xkcd platform using CLI and downloads them as an image (only if you want!)\n\n## 🎥 Demo Video\n\nLink - https://youtu.be/paOWKCzcMl4\n\n## Prerequisites\n\n- Go 1.14\n\n## Features\n\n1. If you run the program without any command line args, it will fetch latest comic book.\n2. You can fetch comic book according to comic book number.\n3. Provided an option if user wants to save the comic. By default, it does not save the comic.\n4. Option to print response from API in JSON format.\n\n## Usage\n\n- Open your terminal and `cd` into the project repo.\n\n- Build `main.go`\n  ```\n  go build -o fetch-me-comicbook  \n  ```\n\n- Run the executable binary file\n  ```\n  ./fetch-me-comicbook --num=324 --save=true --output=json \n  ```\n\n- If you enabled `--save=true` flag, then you can find the downloaded comic within same directory.\n\n## Author\n\n👤 **Harshit Prasad**\n\n* Twitter: [@HarshitPrasad8](https://twitter.com/HarshitPrasad8)\n* Github: [@harshit98](https://github.com/harshit98)\n\n## 🤝 Contributing\n\nContributions, issues and feature requests are welcome!\n\n## Show your support\n\nGive a ⭐️ if you think this project is awesome!\n\n## 📝 License\n\nCopyright © 2020 [Harshit Prasad](https://github.com/harshit98).\u003cbr /\u003e\nThis project is [MIT](https://github.com/harshit98/Comic-Ghost/blob/master/LICENSE) licensed.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fharshit98%2Fxkcd-comic-service","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fharshit98%2Fxkcd-comic-service","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fharshit98%2Fxkcd-comic-service/lists"}