Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/konard/vk-bot
vk-bot
https://github.com/konard/vk-bot
Last synced: 11 days ago
JSON representation
vk-bot
- Host: GitHub
- URL: https://github.com/konard/vk-bot
- Owner: Konard
- License: unlicense
- Created: 2023-12-08T22:42:59.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2023-12-19T07:55:51.000Z (11 months ago)
- Last Synced: 2023-12-19T10:07:54.105Z (11 months ago)
- Language: JavaScript
- Size: 83 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Gitpod](https://img.shields.io/badge/Gitpod-ready--to--code-blue?logo=gitpod)](https://gitpod.io/#https://github.com/konard/vk-bot)
# vk-bot
vk-botPLEASE DO NOT TRUST THIS SOFTWARE: READ THE CODE
## Install dependencies
```bash
npm ci
```## Token
To make bot work you should get Kate Mobile token like this:
https://oauth.vk.com/authorize?client_id=2685278&scope=1073737727&redirect_uri=https://oauth.vk.com/blank.html&display=page&response_type=token&revoke=1
And put the token or link (after redirect) into `token` file near `index.js` file.
## Run
```bash
node index.js 2>&1 | tee log.txt
```