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.
- Host: GitHub
- URL: https://github.com/n0str/vk-parser
- Owner: n0str
- Created: 2014-07-08T15:29:59.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2015-05-15T07:51:46.000Z (about 11 years ago)
- Last Synced: 2025-02-25T01:50:24.621Z (over 1 year ago)
- Language: Python
- Size: 191 KB
- Stars: 6
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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