Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/fongsidev/youtubeposter
- Owner: FongsiDev
- Created: 2022-07-02T06:09:31.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-07-20T23:11:10.000Z (over 2 years ago)
- Last Synced: 2023-11-25T10:32:31.904Z (about 1 year ago)
- Language: JavaScript
- Size: 8.7 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
Awesome Lists containing this project
README
# **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)