vk-to-telegram
Advanced tools
Comparing version 0.0.4 to 0.0.5-b
{ | ||
"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" | ||
} | ||
} | ||
} |
@@ -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. | |
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
63290
1
0
1