{"id":18700910,"url":"https://github.com/rabestro/gpt4-session-to-markdown","last_synced_at":"2025-08-31T10:30:40.545Z","repository":{"id":190616628,"uuid":"682979527","full_name":"rabestro/gpt4-session-to-markdown","owner":"rabestro","description":"ChatGPT-4 to Jekyll Markdown: Command-line tool with JQ, converting ChatGPT-4 JSON sessions to Jekyll markdown posts. Simplify site updates and content generation.","archived":false,"fork":false,"pushed_at":"2023-09-01T08:04:44.000Z","size":81,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-01T17:58:27.462Z","etag":null,"topics":["chatgpt-4","content-generation","converter","jekill-blog","jekyll","json-to-markdown","markdown","openai","shell-script"],"latest_commit_sha":null,"homepage":"https://rabestro.github.io/gpt4-session-to-markdown/","language":"Shell","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/rabestro.png","metadata":{"files":{"readme":"docs/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":"2023-08-25T10:04:29.000Z","updated_at":"2024-02-07T09:39:17.000Z","dependencies_parsed_at":"2023-08-25T15:18:27.354Z","dependency_job_id":"643d30ec-49c1-41c2-a8c2-6b43cd9bf971","html_url":"https://github.com/rabestro/gpt4-session-to-markdown","commit_stats":null,"previous_names":["rabestro/gpt4-session-to-markdown"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rabestro/gpt4-session-to-markdown","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rabestro%2Fgpt4-session-to-markdown","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rabestro%2Fgpt4-session-to-markdown/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rabestro%2Fgpt4-session-to-markdown/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rabestro%2Fgpt4-session-to-markdown/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rabestro","download_url":"https://codeload.github.com/rabestro/gpt4-session-to-markdown/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rabestro%2Fgpt4-session-to-markdown/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272971369,"owners_count":25024091,"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","status":"online","status_checked_at":"2025-08-31T02:00:09.071Z","response_time":79,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["chatgpt-4","content-generation","converter","jekill-blog","jekyll","json-to-markdown","markdown","openai","shell-script"],"created_at":"2024-11-07T11:39:45.708Z","updated_at":"2025-08-31T10:30:40.196Z","avatar_url":"https://github.com/rabestro.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GPT-4 Session to Markdown\n\nThis script converts GPT-4 chat session JSON data to markdown format and adds YAML front matter to the top of the file to prepare it for publishing on a Jekyll site.\n\n## Requirements\n\n- [jq](https://stedolan.github.io/jq/) - A lightweight and flexible command-line JSON processor.\n\n## Usage\n\n1. Clone the repository:\n```shell\ngit clone https://github.com/rabestro/gpt4-session-to-markdown.git\ncd gpt4-session-to-markdown\n```\n\n2. Make the script executable:\n```shell\nchmod +x post\n```\n\n3. Run the script with the JSON file as an argument:\n```shell\n./post \u003cfile.json\u003e\n```\n   Replace `\u003cfile.json\u003e` with the path to your GPT-4 chat session JSON file.\n\n## Configuration\n\nYou can customize the script by modifying the following variables at the beginning of the `post` script:\n\n- `POSTS_DIR`: The directory where the generated markdown files will be saved. Default is `../_posts`.\n- `TIMEZONE`: The timezone to be used in the YAML front matter. Default is `+0300`.\n- `CATEGORIES`: The categories to be used in the YAML front matter. Default is `AI`.\n- `TAGS`: The tags to be used in the YAML front matter. Default is `ai`.\n\n## Showcases\n\n- [My Tech Blog](https://rabestro.github.io/) - My personal tech blog where I publish my GPT-4 chat sessions.\n\n## License\n\nThis project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frabestro%2Fgpt4-session-to-markdown","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frabestro%2Fgpt4-session-to-markdown","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frabestro%2Fgpt4-session-to-markdown/lists"}