Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

vk-to-telegram

Package Overview
Dependencies
Maintainers
1
Versions
53
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vk-to-telegram - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5-b

22

package.json
{
"name": "vk-to-telegram",
"version": "0.0.4",
"version": "0.0.5b",
"description": "Vk to telegram forwarder",
"author": "ejnshtein",
"keywords": [
"callback api",
"vk",
"telegram",
"telegraf",
"bot api",
"vk callback api",
"express",
"string"
],
"private": false,
"scripts": {
"start": "node ./app.js"
"start": "node app.js"
},

@@ -16,3 +28,7 @@ "module": "app",

"telegraf": "^3.18.0"
},
"repository": {
"type": "git",
"url": "https://github.com/ejnshtein/vk-to-telegram.git"
}
}
}

4

README.md

@@ -9,3 +9,3 @@ # vk to telegram forwarder

## Installation
npm install vk-to-telegram --save
npm install vk-to-telegram@latest --save
### Example

@@ -41,3 +41,3 @@ ```js

|||3. Open this link with replace your application id: |
|||https://oauth.vk.com/authorize?client_id=YOUR APPLICATION ID&display=page&redirect_uri=http://vk.com/&scope=offline,video,docs&response_type=code&v=5.73|
|||https://oauth.vk.com/authorize?client_id=YOUR APPLICATION ID&display=page&redirect_uri=http://vk.com/&scope=offline,video,docs&response_type=token&v=5.73|
|||4. Click allow all that need's and it's all! Your token is in query url, do not copy all link, only token without other params!!! |

@@ -44,0 +44,0 @@ |`fromId` | Optional | VK group id with '-'in start or nothing, if you don't need check. |

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc