Tomato6966 / discord-yt-poster

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!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Built with Love Made with Javascript

Discord server NPM version NPM downloads Get Started Now Patreon

npm installnfo

discord-yt-poster

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

Installation

npm install discord-yt-poster@latest
const YoutubePoster = require("discord-yt-poster");
//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!

πŸ“« 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




SUPPORT ME AND MILRATO DEVELOPMENT

You can always Support me by inviting one of my own Discord Bots

2021's best Music Bot | Lava Music Musicium Music Bot Milrato Multi Bot

Credits

If consider using this Bot, make sure to credit me!

About

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!

License:MIT License


Languages

Language:JavaScript 100.0%