Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/dpbm/gptmd
- Owner: Dpbm
- Created: 2023-06-02T19:31:21.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-21T17:28:10.000Z (6 months ago)
- Last Synced: 2024-05-21T18:30:28.831Z (6 months ago)
- Topics: chatgpt, extension, firefox, gpt, mozilla, openai
- Language: JavaScript
- Homepage: https://addons.mozilla.org/en-US/firefox/addon/gptmd/
- Size: 64.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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
```