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

https://github.com/n0str/vk-parser

Light vk.com parser without API. Only with email and password.
https://github.com/n0str/vk-parser

Last synced: about 1 year ago
JSON representation

Light vk.com parser without API. Only with email and password.

Awesome Lists containing this project

README

          

settings.py includes 4 vars:
user_id, email, password, network_defaults = {}

For example:
```python
user_id = '123456'
email = 'daw@jones.ru'
password = 'secret'
network_defaults = {
'use_tor' : False, # for TOR
}
```

INSTALLATION

1. 3-rd party modules:
a. TOR