https://github.com/portrunban/node-post-authorization-vk
Simple authorization with post request vk.com
https://github.com/portrunban/node-post-authorization-vk
authorization axios node-js vk vkontakte
Last synced: about 13 hours ago
JSON representation
Simple authorization with post request vk.com
- Host: GitHub
- URL: https://github.com/portrunban/node-post-authorization-vk
- Owner: portrunban
- Created: 2020-09-23T19:38:37.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-09-23T19:39:28.000Z (over 4 years ago)
- Last Synced: 2025-02-22T04:26:34.776Z (4 months ago)
- Topics: authorization, axios, node-js, vk, vkontakte
- Language: JavaScript
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# RU
Авторизация на сайте vk.com с помощью обычного запроса. Возвращает cookie.
У пользователя должна быть обязательна отключена двухфакторная аутентификация, требующая коды подтверждения после логина и пароля.
Для примера после авторизации заходит в личные сообщения и выводит в консоль список последних диалогов.
В env необходимо указать имя пользователя и пароль
```sh
LOGIN=123456789_example
PASSWORD=saSDAfaw_example
```Для запуска необходимо открыть консоль и ввести последовательно команды
```sh
npm i
npm run start
```Для работы у вас должна быть установлена платформа Node Js
https://nodejs.org/en/# EN
Authorization on the site vk.com using a simple request. Returns a cookie.
The user must have Two-factor authentication disabled, which requires confirmation codes after the username and password.
For example, after logging in, redirect to private messages page and send to Console Log last dialogs
You need to write the user name and password in **env**
```sh
LOGIN=123456789_example
PASSWORD=saSDAfaw_example
```## Start
You must enter the following commands in the terminal
```sh
npm i
npm run start
```You must have the Node Js platform installed to work
https://nodejs.org/en/