Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/romainberger/messenger-media-downloader
Download all media from a Messenger conversation from the command line.
https://github.com/romainberger/messenger-media-downloader
backup download messenger puppeteer
Last synced: 19 days ago
JSON representation
Download all media from a Messenger conversation from the command line.
- Host: GitHub
- URL: https://github.com/romainberger/messenger-media-downloader
- Owner: romainberger
- License: mit
- Created: 2019-06-05T12:55:00.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-06-05T03:40:13.000Z (over 3 years ago)
- Last Synced: 2024-10-13T01:09:11.846Z (about 1 month ago)
- Topics: backup, download, messenger, puppeteer
- Language: JavaScript
- Homepage:
- Size: 19.5 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Messenger Media Downloader
Download all media from a Messenger conversation from the command line.
**Warning** This may break at any moment, since it depends on Messenger.
## Install
```shell
$ npm i -g messenger-media-downloader
```## Usage
```shell
$ messenger-media-downloader
```Or just clone the repository and run `./run.sh`.
## Privacy
I don't care about your personal data, and nothing is stolen from you: your login informations, media, or anything.
## todo
- download all media
- try to do parallel download with multiple tabs?
- add options to choose date range (if possible)