{"id":20063635,"url":"https://github.com/mmertgunduz/mkhtml","last_synced_at":"2025-05-05T17:33:15.391Z","repository":{"id":63801142,"uuid":"570802348","full_name":"mmertgunduz/mkhtml","owner":"mmertgunduz","description":"mkhtml is an html document generator that works with gpt","archived":false,"fork":false,"pushed_at":"2023-10-03T13:48:57.000Z","size":6577,"stargazers_count":34,"open_issues_count":6,"forks_count":7,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-05T17:33:09.211Z","etag":null,"topics":["ai-based-html-generation","gpt","gpt-3","gpt-35-turbo","gpt-api","gpt-based-app","gpt-based-tui","gpt-linux","html-generator","linux-cli-tool","linux-tool","openai-api"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mmertgunduz.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2022-11-26T07:03:28.000Z","updated_at":"2023-12-08T15:13:52.000Z","dependencies_parsed_at":"2024-11-13T13:44:26.278Z","dependency_job_id":"6d29753c-081a-42e0-bb0e-0f32e47a8285","html_url":"https://github.com/mmertgunduz/mkhtml","commit_stats":null,"previous_names":["mmertgunduz/mkhtml"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mmertgunduz%2Fmkhtml","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mmertgunduz%2Fmkhtml/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mmertgunduz%2Fmkhtml/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mmertgunduz%2Fmkhtml/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mmertgunduz","download_url":"https://codeload.github.com/mmertgunduz/mkhtml/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252542499,"owners_count":21764978,"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":["ai-based-html-generation","gpt","gpt-3","gpt-35-turbo","gpt-api","gpt-based-app","gpt-based-tui","gpt-linux","html-generator","linux-cli-tool","linux-tool","openai-api"],"created_at":"2024-11-13T13:43:10.045Z","updated_at":"2025-05-05T17:33:10.376Z","avatar_url":"https://github.com/mmertgunduz.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cimg width=\"60\" align=\"left\" alt=\"commision_unix\" src=\"https://user-images.githubusercontent.com/65850970/234680595-0c2756d8-12ee-45e3-ae76-5100bc0156d4.png\"\u003e\n\n# mkhtml\n\nmkhtml is an html document generator that works with gpt \u003cbr\u003e\nYouTube: https://youtu.be/ULvErLMKrTo\n\n## Programming Language and Tools\n\nProgramming Language: C, Bash \u003cbr\u003e\nCompiler: GNU GCC \u003cbr\u003e\nBuild Tool: CMake \n\n## Dependencies\n\nLibcurl \u003cbr\u003e\nCMake (MIN 3.15)\n\n## Installation\n\n### Step 1: Download the Source codes\n\nhttps://github.com/MertGunduz/mkhtml\n\n### Step 2: Change permissions of INSTALL.sh\n\n```sh\nchmod 755 INSTALL.sh\n```\nrunning this command will change the permission of the INSTALL.sh\n\n### Step 3: Run INSTALL.sh\n\n```sh\n./INSTALL.sh\n```\nrunning this bash file will build the application and create the folders.\n##### Note: it can ask for sudo permission\n\n### Step 4: Test Application\n\ntry running\n```sh\nmkhtml -h\n```\nif there are some output related to mkhtml then it means it is successfully builded\n\n## How to use\n\n### Generating HTML Files\n\n```sh\nmkhtml -G [DATA]\nmkhtml --generate [DATA]\n```\nsends a request to openai api and generates the html file with the selected style\n\n### Setting API Key\n\n```sh\nmkhtml -k [DATA]\nmkhtml --key [DATA]\n```\nsets the openai api key \n\n### Setting CSS Style\n\n```sh\nmkhtml -c [CSS-DATA]\nmkhtml --css [CSS-DATA]\n```\nsets the css style\n\n### Outputting Website URL\n\n```sh\nmkhtml -w\nmkhtml --website\n```\noutputs the website url\n\n### Outputting Github URL\n\n```sh\nmkhtml -g\nmkhtml --github\n```\noutputs the github url\n\n### Outputting Configurations\n\n```sh\nmkhtml -s\nmkhtml --settings\n```\noutputs the configurations \n\n### Outputting Version\n\n```sh\nmkhtml -v\nmkhtml --version\n```\noutputs the mkhtml version\n\n### Outputting Help Menu\n\n```sh\nmkhtml -h\nmkhtml --help\n```\noutputs the help menu\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmmertgunduz%2Fmkhtml","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmmertgunduz%2Fmkhtml","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmmertgunduz%2Fmkhtml/lists"}