Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fongsidev/youtubeposter

Notify the user or youtube channel that has just uploaded a new video
https://github.com/fongsidev/youtubeposter

Last synced: about 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        



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**
```sh
npm install youtubeposter.js@latest
```

```js
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 ->
//use the methods.
global.YTP.(); //returns -> Promise ->
//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](https://discord.gg/COO2) for Support**

***

# ๐Ÿ—‚ **For more help view [Documentation](https://github.com/fongsidev/YoutubePoster/wiki)**

# [๐Ÿงพ See the **Table of Content**, before you START!](https://github.com/fongsidev/YoutubePoster/wiki/๐Ÿงพ-Table-of-Content)
***

## ๐Ÿ˜Ž **Features**
>
> - โญ๏ธ **No Api Key needed - scraping**
> - ๐Ÿ›  **Easy to use**
> - ๐Ÿ‘€ **Faster then light**
> - ๐Ÿ’ช **Up to Date**
> - ๐Ÿค™ **Infinite Channels, with infite amount of options**
> - ๐Ÿค– **Flexible**

***

## ๐Ÿง  **Methods**
>
> - [**See all Methods**](https://github.com/fongsidev/YoutubePoster/wiki/Methods)

***

## ๐Ÿฅฐ **Examples**
>
> - [**Basic Example Bot**](https://github.com/fongsidev/YoutubePoster/wiki/Basic-Example-Bot)
> - [**Example with all Commands**](https://github.com/fongsidev/YoutubePoster/wiki/Example-with-all-Commands)

***

## ๐Ÿคฉ **Responses**
>
> - [**See all Responses**](https://github.com/fongsidev/YoutubePoster/wiki/Responses)