
Security News
npm ‘is’ Package Hijacked in Expanding Supply Chain Attack
The ongoing npm phishing campaign escalates as attackers hijack the popular 'is' package, embedding malware in multiple versions.
discord-youtube
Advanced tools
An automated Youtube Poster package, with a Database included, which allows you to make it easy to post new Video Uploads or Streams to a Channel, per YT-CHANNEl defineable, fast, relyable, FETCHING ALL CHANNEL DATA AND ALL VIDEOS!
Discord-youtube is an automated, simple Package, which allows you to Easily integrate to your Discord Bot a Youtube Poster. > This means, that it logs new Videos, or Streams and sends them to a Channel, you can define the Name, Link, User, and more! > It is very fast and a scraper, so you don't need an API KEY. > Also it is up to Date and includes JOSH, so you can decide if you wanna use the DEFAULT, JSON DB, SQLITE or Mongoose
Base is from Tomato's version.
npm install discord-youtube@latest
const YoutubePoster = require("discord-youtube");
//Suggesting to require it once the bot is online, to reduce bugs...
client.on("ready", () => client.YTP = new YoutubePoster(client));
//use the methods
client.YTP.<Method>(<Options>); //returns -> Promise -> <OBJECT/ARRAY -- CHANNEL DATA>
//The logging is the package doing for you, you just need to use the setChannel() function in order to set the first channel which should get listened to!
- ⭐️ No Api Key needed - scraping
- 🛠 Easy to use
- 👀 Faster then light
- 💪 Up to Date
- 🤙 Infinite Channels, with infite amount of options
- 🤖 Flexible
FAQs
An automated Youtube Poster package, with a Database included, which allows you to make it easy to post new Video Uploads or Streams to a Channel, per YT-CHANNEl defineable, fast, relyable, FETCHING ALL CHANNEL DATA AND ALL VIDEOS!
We found that discord-youtube demonstrated a not healthy version release cadence and project activity because the last version was released 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
The ongoing npm phishing campaign escalates as attackers hijack the popular 'is' package, embedding malware in multiple versions.
Security News
A critical flaw in the popular npm form-data package could allow HTTP parameter pollution, affecting millions of projects until patched versions are adopted.
Security News
Bun 1.2.19 introduces isolated installs for smoother monorepo workflows, along with performance boosts, new tooling, and key compatibility fixes.