Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tusharnankani/download-jitsi-chat
Download and save your Jitsi Meet Chats within seconds ⚡
https://github.com/tusharnankani/download-jitsi-chat
chat console download jitse-meet jitsi jitsi-meet-chat script
Last synced: about 2 months ago
JSON representation
Download and save your Jitsi Meet Chats within seconds ⚡
- Host: GitHub
- URL: https://github.com/tusharnankani/download-jitsi-chat
- Owner: tusharnankani
- License: gpl-3.0
- Created: 2021-06-06T21:08:58.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-06-18T19:17:35.000Z (over 3 years ago)
- Last Synced: 2024-11-06T23:40:39.117Z (3 months ago)
- Topics: chat, console, download, jitse-meet, jitsi, jitsi-meet-chat, script
- Language: JavaScript
- Homepage:
- Size: 19.5 KB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Download Jitsi Chat
Download and save your Jitsi Meet Chats within seconds ⚡
## Introduction
- [Jitsi Meet](https://meet.jit.si/) is an [open-source](https://github.com/jitsi/jitsi-meet) multiplatform voice, video conferencing and instant messaging applications for various platforms.
- Jitsi does have a feature (for self-hosted instance) to download the chat - [Forum - How to save chats?](https://community.jitsi.org/t/how-to-how-to-save-chats-and-speaker-stats/80904) - but it is using plugins and is quite complex.
- So, I wrote a [script](src/script.js) to download the chat.### Motivation
Why?
- [Our Tech Community (OTC)](https://twitter.com/OurTechComm) is an open for all tech community, and we have weekly meetups on Jitsi Meet.
- Project Links, GitHub Links, Twitter Handles are shared in every meet, in the chat.
- To save those links, for further references, this script was created.## Usage
- Go to [src/script.js](src/script.js) and click on `raw`.
- Copy the script as it is and paste it in the console of the Jitsi Meet.
- Your script will be downloaded and saved in `Meet_Name.txt` format.## Future Scope?
- A web extension.
- Even better, creating a PR - implementing this in [Jitsi](https://github.com/jitsi/jitsi-meet).### License 📜
- [GPU License](/LICENSE)
## Author
Tushar Nankani
- [LinkedIn](https://www.linkedin.com/in/tusharnankani/) | [Twitter](https://twitter.com/tusharnankanii)