Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

jericho-player

Package Overview
Dependencies
Maintainers
1
Versions
74
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jericho-player

LightWeight Framework for discord.js v13 Music Bots and Radio Bots with fast moderation with commands and no memory leak

  • 1.0.6
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
3
decreased by-87.5%
Maintainers
1
Weekly downloads
 
Created
Source

Jericho Player

LightWeight Framework for discord.js v13 Music Bots and Radio Bots with fast moderation with commands and no memory leak.

downloadsBadge versionBadge discordBadge

Installation

Install jericho-player

$ npm install --save jericho-player

Install @discordjs/opus

$ npm install --save @discordjs/opus

Install @discordjs/voice

$ npm install --save @discordjs/voice

Install FFmpeg or Avconv

Features

  • Simple & easy to use 🤘
  • Beginner friendly 😱
  • Auto Proxy Feature
  • Lightweight 🛬
  • play-dl or youtube-dl extractors support 🌌
  • Multiple sources support ✌
  • Play in multiple servers at the same time 🚗

Documentation

Supported websites

By default, jericho-player supports YouTube, Spotify, facebook and SoundCloud streams only.

Optional dependencies

Jericho Player got some Custom Extractors that enables you to use and fast Extraction. Some packages have been made by the Sid is Live YT to add new features using this Extractors.

playdl-music-extractor (optional)

Optional package that adds support for vimeo, reverbnation, facebook. You just need to install it using npm i --save playdl-music-extractor (jericho-player will automatically detect and use it).

video-extractor (optional)

video-extractor is an optional package that brings support for +700 websites. The documentation is available here.

Examples of bots made with Jericho Player

These bots are made by the community, they can help you build your own!

Advanced

Use cookies

const player = new Player(client, {
    ExtractorStreamOptions: {
        Cookies: //Youtube Cookies String Value
    }
});

Use custom proxies

// Remove "user:pass@" if you don't need to authenticate to your proxy.
const proxy = "http://user:pass@111.111.111.111:8080";

const player = new Player(client, {
    ExtractorStreamOptions: {
        Proxy: [proxy] //Proxy Value from Array
    }
});

Keywords

FAQs

Package last updated on 10 Nov 2021

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc