Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/dpbm/gptmd

A webextension to export chatgpt conversation
https://github.com/dpbm/gptmd

chatgpt extension firefox gpt mozilla openai

Last synced: about 20 hours ago
JSON representation

A webextension to export chatgpt conversation

Awesome Lists containing this project

README

        

# GPTMD

Export your chatgpt conversation to markdown.

![gptmd-screenshot](./assets/gptmd-screenshot.png)

## How to use

1. Chat at chatgpt.com
2. click in the extension icon
3. click in download

## Install

go to [firefox addons page](https://addons.mozilla.org/en-US/firefox/addon/gptmd/)

## Dev
To run as dev, install [web-ext](https://extensionworkshop.com/documentation/develop/getting-started-with-web-ext/) and then run:
```
web-ext run
```

Or, open firefox and go to `about:debugging#/runtime/this-firefox`, click in `Load Temporary Add-on...` and select any file from this extension.

## Build

To build by your own, download [web-ext](https://extensionworkshop.com/documentation/develop/getting-started-with-web-ext/), create and account at [mozilla addons](https://addons.mozilla.org), create an [api key](https://addons.mozilla.org/developers/addon/api/key/) and then run:

```
web-ext build
web-ext sign --api-key=your-api-key --api-secret=your-secret-key
```