No project description provided
Project description
api-dog-json-v2-parser
The parser for the saving photos from JSON dialogs that were generated with https://apidog.ru/
Table of Contents
About
This is a simple lib for downloading photos from ApiDog's JSON with filtering. I think it's the fastest and safest method to backup photos from the dialogs (mail[dot]ru can f--k themself with API and official site).
How to download JSON dialog
It's really ez. Get auth on https://apidog.ru/. Go to the dialog that you want to save. Click on the action
and save dialog in JSON
Getting Started
You need a python version of at least 3.6.
Installation
Installation from pipy
pip install api-dog-json-v2-parser
Installation from source
- Clone the repo
git clone https://github.com/benhacka/api-dog-json-v2-parser.git
- Go to the downloaded folder.
cd api-dog-json-v2-parser
- Install
python install setup.py --user
- Install with pip (alternative)
pip install .
Usage
Help
This is got from --help.
positional arguments:
paths Path(s) for json scanning. Allowed . / <folder paths> Default "." - current dir
optional arguments:
-h, --help show this help message and exit
-r, --recursive Recursive walking flag. W/o the flag function is off
-l LIMIT, --limit LIMIT
Download limit. Default value - 50
-c {OWNER,OPPONENT,PAIR,ALL_EXCEPT_PAIR,ALL}, --collect {OWNER,OPPONENT,PAIR,ALL_EXCEPT_PAIR,ALL}
Grabbing filter. By default - ALL. owner - grab only owner photos (info from meta).
opponent - grab only opponent photos (info from meta). pair - grab owner and opponent
photos (info from meta). all_except_pair - grab all except photos of owner and
opponent (it is grabbing forwarding photos in fact). Can be useful if some one forward
"leaked" content. all - grab all photos from dialog (groups photo albums excluded).
-n, --dont-get-names Default: try to get real name from vk and write it into the folder name. With the flag
folder will be contain only id (don't send get request on the VK servers -> it's a
little bit faster)
--json-name
--wo-sub-folder
--custom-name CUSTOM_NAME
Name of the future folder
Use cases
- Typical use case: download photos from all json in the folder.
cd %folder%
in your terminal. It's running script with default args.
api-dog-pv2
- Download photos from all JSON's in the folder.
api-dog-pv2 ~/.my-dirty-secrete/stoled-mom-photos
- Download only companion photos.
api-dog-pv2 ~/.stop-using-vk/dialogs_with_Polina -c OPPONENT
- Download forwarded photos.
api-dog-pv2 ~/.my-company-dialogs/hard-party -c ALL_EXCEPT_PAIR
- Download all your
(not stolen photos of course ;) )photos from different dialogs.
api-dog-pv2 ~/.hack-place/stoled_Natashas_photos -c OWNER --custom-name to_do___sort_nude
- Recursive download in the semit-root folder (photos id folders will be near JSON)
api-dog-pv2 ~/.large-folder -r --wo-sub-folder
- Download w/o real name parsing (w/o request on the m.vk.com) with max thread count - 499.
api-dog-pv2 ~/.last-case -n -l 499
License
Distributed under the MIT License. See LICENSE
for more information.
Thanks
Привет, мы - команда APIdog. Вот уже почти 8 лет (с 8 августа 2012 года) мы разрабатываем и держим этот сайт.
Thanks a lot to API-DOG dev - @vladislav805, it's a really great alternative of official VK. You can support him (as me) if you like his work (as me).
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file api-dog-json-v2-parser-1.1.tar.gz
.
File metadata
- Download URL: api-dog-json-v2-parser-1.1.tar.gz
- Upload date:
- Size: 39.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.6.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2ec16c8dc8262b688ccda8c74d1661593268f7935ae87c95ca6bd4143b16bca0 |
|
MD5 | 7c3cc6df140028e7f000d4780cfe7f57 |
|
BLAKE2b-256 | 831f1fe1bb6ec711adbebb79481c4c8aa591d52d1c02cb406d816b9bfab6f3c9 |