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: 12 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 10 years ago)
- Default Branch: master
- Last Pushed: 2023-03-08T10:37:07.000Z (about 3 years ago)
- Last Synced: 2025-03-26T07:21:56.353Z (12 months ago)
- Topics: download, python, social-networks, vk, vk-api, vk-app, vkontakte
- Language: Python
- Homepage:
- Size: 45.9 KB
- Stars: 39
- Watchers: 1
- Forks: 9
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
[](https://pypi.python.org/pypi?:action=display&name=vktop)
[](https://pepy.tech/project/vktop)
[](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"