Skip to content

Notify the user or youtube channel that has just uploaded a new video

Notifications You must be signed in to change notification settings

FongsiDev/YoutubePoster

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NPM version NPM downloads

npm installnfo

YoutubePoster.js

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, or SQLITE, or Mongoos, so it works on repl.it too!

Installation

npm install youtubeposter.js@latest
const YT = require("youtubeposter.js");
//Suggesting to require it once the bot is online, to reduce bugs...
global.YTP = new YT.YoutubePoster());
//Send message or data.
global.YTP.on("notified", data => console.log(data)); //returns -> Promise -> <OBJECT/ARRAY -- Video, Video_2, ChannelDATA, ChannelInfos>
//use the methods.
global.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!

📫 Join our Discord Server for Support


🗂 For more help view Documentation


😎 Features

  • ⭐️ No Api Key needed - scraping
  • 🛠 Easy to use
  • 👀 Faster then light
  • 💪 Up to Date
  • 🤙 Infinite Channels, with infite amount of options
  • 🤖 Flexible

🧠 Methods


🥰 Examples


🤩 Responses

About

Notify the user or youtube channel that has just uploaded a new video

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published