Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/yutkin/vk-top

VK-Top is used for getting popular posts of any public available page at VK.com
https://github.com/yutkin/vk-top

download python social-networks vk vk-api vk-app vkontakte

Last synced: 3 months ago
JSON representation

VK-Top is used for getting popular posts of any public available page at VK.com

Awesome Lists containing this project

README

        

[![PyPI version](https://badge.fury.io/py/vktop.svg)](https://pypi.python.org/pypi?:action=display&name=vktop)
[![Downloads](https://pepy.tech/badge/vktop)](https://pepy.tech/project/vktop)
[![License: MIT](https://img.shields.io/github/license/mashape/apistatus.svg)](https://opensource.org/licenses/MIT)

# Installation
`pip install vktop`

# Help
```
usage: vktop [options]

VK-Top is used for getting popular posts of any public available page at VK.com

Parameters:
url target page

Possible variants of :
- https://vk.com/page_name,
- http://vk.com/public12345
- club1234567
- id1234567
- event1234567

Options:
-h, --help show this help message and exit
-v, --version show program's version number and exit
-l, --likes sort posts by number of likes (default)
-r, --reposts sort posts by number of reposts
-n , --top
number of posts to show
-w , --workers
number of concurrent workers
WARNING: Python 2.x does not support parallel
downloading!
-f , --from
discard posts published before this date
-t , --to
discard posts published after this date
-d , --days
discard posts published days ago
--verbose print debug messages
```
# Example of usage
![alt text][example]

[example]: https://media.giphy.com/media/26FKTawVSwKO4ZHfq/source.gif "Example"