Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/yutkin/vk-top
- Owner: yutkin
- License: mit
- Created: 2016-01-04T22:04:40.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2023-03-08T10:37:07.000Z (almost 2 years ago)
- Last Synced: 2024-10-01T10:02:24.449Z (4 months ago)
- Topics: download, python, social-networks, vk, vk-api, vk-app, vkontakte
- Language: Python
- Homepage:
- Size: 45.9 KB
- Stars: 39
- Watchers: 2
- Forks: 9
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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 pagePossible variants of :
- https://vk.com/page_name,
- http://vk.com/public12345
- club1234567
- id1234567
- event1234567Options:
-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"