
Security News
Package Maintainers Call for Improvements to GitHub’s New npm Security Plan
Maintainers back GitHub’s npm security overhaul but raise concerns about CI/CD workflows, enterprise support, and token management.
@toil/neurojs
Advanced tools
Unoffical library for a short retelling of YouTube videos, articles and texts with Yandex API
An unofficial library for interaction with Yandex Neuro API, which supports working with JavaScript, TypeScript, and also has built-in parted types for Typebox.
[!WARNING] The library was created exclusively for research purposes and isn't intended for commercial use. All rights to the original software belong to their respective right holders. The library isn't affiliated with the original rights holders
Now library supports working with:
The library supports working with worker servers, to do this, you need to create a NeuroWorkerClient
client and specify the domain of the worker server, for example neuro-worker.toil.cc
.
[!WARNING] To work with Node.js or with Browser you need to perform additional configuration or use with neuro-worker. All examples can be seen here
Install via Bun:
bun install @toil/neurojs
Install via Node:
npm install @toil/neurojs
To start working with API, you need to create NeuroClient. This can be done using the line provided below
Standard client:
const client = new NeuroClient();
const result = await client.summarizeVideo({
url: "...",
language: "en",
});
const result2 = await client.summarizeText({
text: "Super long text (300+ symbols)...",
});
const result3 = await client.summarizeArticle({
url: "https://toil.cc",
});
Proxying via neuro-worker:
const client = new NeuroWorkerClient({
host: "neuro-worker.toil.cc/browser",
hostTH: "neuro-worker.toil.cc/th",
});
You can see more code examples here
To build, you must have:
Don't forget to install the dependencies:
bun install
Start building:
bun build:all
Build without updating proto and without generating docs:
bun build:skip-proto
The library has minimal test coverage to check its performance.
Run the tests:
bun test
FAQs
Unoffical library for a short retelling of YouTube videos, articles and texts with Yandex API
The npm package @toil/neurojs receives a total of 0 weekly downloads. As such, @toil/neurojs popularity was classified as not popular.
We found that @toil/neurojs demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Maintainers back GitHub’s npm security overhaul but raise concerns about CI/CD workflows, enterprise support, and token management.
Product
Socket Firewall is a free tool that blocks malicious packages at install time, giving developers proactive protection against rising supply chain attacks.
Research
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.