Badge | |
---|---|
Build Status | |
Build History | |
Contacts |
VKDumperWeb is designed for download various information from the VK social network. Its distinctive feature is the ability to create query chains, as well as a smart system for working with VK restrictions.
The user can create different request chains. At the moment, the following links are available for making chains:
- IDs -> users.get -> IDs
- IDs -> friends.get -> IDs
- IDs -> groups.get -> groups.getMembers -> IDs
- IDs -> photos.get -> IDs
- IDs -> photos.get (with download) -> IDs
- IDs -> wall.get -> IDs
It is also possible to set limits on downloaded data. All downloaded information is saved on Yandex.Cloud. Therefore, for the full operation of the application, you need to set credentials. Please, visit this page for full information.
VKDumperWeb
├── .github - GitHub Actions setup
├── VKDumperWeb - Django setup
├── templates - .html templates for web-app (view in MVC)
├── main - main Django app
│ ├── src - inner parser files
│ ├── tests.py - simple unit tests
│ ├── models.py - Django models
│ ├── urls.py - URLs of app
│ └── views.py - Django views (controller in MVC)
└── requirements.txt - list of necessary Python packages