Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jcubic/chat-gpt
ChatGPT conversation saving bookmark
https://github.com/jcubic/chat-gpt
bookmarklet chatgpt hacktoberfest
Last synced: 6 days ago
JSON representation
ChatGPT conversation saving bookmark
- Host: GitHub
- URL: https://github.com/jcubic/chat-gpt
- Owner: jcubic
- License: gpl-3.0
- Created: 2022-12-10T19:25:26.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-12-19T19:39:32.000Z (about 1 month ago)
- Last Synced: 2025-01-06T01:03:36.925Z (13 days ago)
- Topics: bookmarklet, chatgpt, hacktoberfest
- Language: JavaScript
- Homepage: https://jcubic.github.io/chat-gpt/
- Size: 539 KB
- Stars: 317
- Watchers: 12
- Forks: 45
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-chatgpt - Conversation Saving - Save your ChatGPT conversation. (Browser extensions / Examples)
- awesome-ChatGPT-repositories - chat-gpt - ChatGPT conversation saving bookmark (Chatbots)
- jimsghstars - jcubic/chat-gpt - ChatGPT conversation saving bookmark (JavaScript)
- awesome-chatgpt - Conversation Saving - Save your ChatGPT conversation. (Browser extensions / Examples)
- awesome-gpt - ChatGPT conversation saving bookmark
README
# chatGPT Bookmark
[ChatGPT conversation saving bookmark](https://github.com/jcubic/chat-gpt).It's started as [DEV.to article](https://dev.to/jcubic/save-chatgpt-as-html-file-dhh).
But I've decided that It would be better to track it on GitHub and update so it will still work,
when OpenAI change their web application.## What is Bookmarklet?
Bookmarklet is a JavaScript code that run as URL from your bookmarks. To run the code you need to
create new Bookmark and copy the code from the
[bookmark.js](https://github.com/jcubic/chat-gpt/blob/master/bookmark.js) JavaScript file. If you
don't know how you can open the [website](https://jcubic.github.io/chat-gpt/) and drag & drop the
link to your bookmarks.You can read more about [Bookmarklets on Wikipedia](https://en.wikipedia.org/wiki/Bookmarklet).
## Interesting projects
The main reason for this project is to allow saving the chatGPT conversation as files on the disk.
Here is interesting usage of the bookmark that people made:* [sync download chatGPT conversation with Amazon S3](http://scripting.com/2023/03/08/153909.html)
## Contribution
If you want to add something to the bookmark, please do. Also, if the code doesn't work don't
hesitate to report an issue.If you change the bookmark in some way, fix a bug or add a feature. Make sure to run the bookmark,
download the file and add it to the repository in current date folder. You should also link to that
file in index.html. This is to show how the updates works, it also act as a CHANGELOG.## License
Copyright 2022-2024 [Jakub T. Jankiewicz](https://jakub.jankiewicz.org/)
Released under GNU GPL v3 or later