Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nkorobkov/vk-dump
Yet another GitHub repository with scripts for downloading vk message history. And other stuff.
https://github.com/nkorobkov/vk-dump
backup-script python3 scraping tqdm vk vk-api vkapi
Last synced: 22 days ago
JSON representation
Yet another GitHub repository with scripts for downloading vk message history. And other stuff.
- Host: GitHub
- URL: https://github.com/nkorobkov/vk-dump
- Owner: nkorobkov
- Created: 2018-12-20T14:36:38.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-06-01T23:07:40.000Z (over 3 years ago)
- Last Synced: 2024-07-30T21:00:07.350Z (4 months ago)
- Topics: backup-script, python3, scraping, tqdm, vk, vk-api, vkapi
- Language: Jupyter Notebook
- Homepage:
- Size: 353 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## VK-dump
**UPD: Not supported by VK any more**
*VK terminated support of their messages API for unauthorized applications from 15th of February 2019. Scripts for message dump presented in this repo relied on that API, and cannot function further*Yet another GitHub repository with scripts for downloading vk message history. And other stuff.
Utils would dump all your dialogs with all photo and audio attachments (optional). Present progress bars during wait time and update dumps in seconds.
If you don't care about attachments and fast updates consider using vk native tool for data backup### Installation
After you clone the repo with
```bash
git clone https://github.com/nkorobkov/vk-dump
```
You may use virtual environment or just run```bash
pip3 install -r requirments.txt
```to install required libraries and then run script with --help to see available configurations
```bash
python3 vk-msg-dump.py --help
```