https://github.com/sina-byn/chatgpt-log
https://sina-byn.github.io/chatgpt-log/
https://github.com/sina-byn/chatgpt-log
Last synced: 3 months ago
JSON representation
https://sina-byn.github.io/chatgpt-log/
- Host: GitHub
- URL: https://github.com/sina-byn/chatgpt-log
- Owner: sina-byn
- Created: 2024-11-20T04:55:17.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-06-17T18:14:26.000Z (4 months ago)
- Last Synced: 2025-06-17T19:27:50.014Z (4 months ago)
- Language: CSS
- Homepage:
- Size: 858 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ChatGPT Log
A project that creates a website from your chats with ChatGPT.
## Getting Started
### 1. Clone the Repository
```bash
git clone https://github.com/sina-byn/chatgpt-log.git
```> This project is also available as a template repository. Feel free to create your own repository based on this template.
### 2. Install Dependencies
Navigate to the project directory and install the necessary dependencies:
```bash
cd chatgpt-log
npm install
```### 3. Install the Tool Globally
To use the tool globally on your system:
```bash
npm install -g .
```### 4. Initialize the Tool
Run the tool to start creating your website:
```bash
loggpt
```You will be prompted to enter the chat's share URL.
#### Optional: Provide the Share URL Directly
If you prefer not to be prompted, you can provide the share URL directly when initiating the tool:
```bash
loggpt
```Replace `` with the actual URL of the chat you want to use.