https://github.com/kzndotsh/matrix-media-downloader
Simple script to automate downloading media from matrix rooms
https://github.com/kzndotsh/matrix-media-downloader
downloader element fediverse javascript matrix matrixchat media scraper
Last synced: 20 days ago
JSON representation
Simple script to automate downloading media from matrix rooms
- Host: GitHub
- URL: https://github.com/kzndotsh/matrix-media-downloader
- Owner: kzndotsh
- Created: 2023-08-28T03:59:41.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-28T04:04:04.000Z (over 1 year ago)
- Last Synced: 2025-04-01T20:15:39.797Z (28 days ago)
- Topics: downloader, element, fediverse, javascript, matrix, matrixchat, media, scraper
- Language: JavaScript
- Homepage:
- Size: 1000 Bytes
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Matrix Media Downloader v1
Export a Matrix room chat into JSON format and run this script against it.
Currently set to download video files but can be adjusted to download all media types.
Includes some basic
- verbose logging
- error handling
- rate limit handling with exponential backoff
- and resuming functionality using a log fileSometimes freezes up, need to fix rate limiting/error handling better.