An open API service indexing awesome lists of open source software.

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/

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.