Giter Site home page Giter Site logo

pep8speaks / geiler-musik-bot Goto Github PK

View Code? Open in Web Editor NEW

This project forked from tooxo/geiler-musik-bot

1.0 1.0 0.0 3.62 MB

Forked from @tooxo's tooxo/Geiler-Musik-Bot

Home Page: https://d.chulte.de

Dockerfile 0.32% Python 76.20% JavaScript 20.71% HTML 2.78%

geiler-musik-bot's Introduction

Build Status Code style: black

Geiler-Musik-Bot - Discord Music Playing

What services are supported?

  Spotify:
    - Tracks
    - Playlists
    - Artist Pages
    - Albums
  YouTube:
    - Direct Links
    - Playlists
  
  + Simple Search by Term

Invitation Link

It's found on the website for the bot: https://d.chulte.de

Can i host it for myself?

Sure, its a docker-compose container. You can for example host it on amazon aws free services.

Installation:

git clone https://github.com/tooxo/Geiler-Musik-Bot
cd Geiler-Musik-Bot

Then you need to setup the environment Variables for the bot. This is simply done by editing the sysenv.txt.example and renaming it to sysenv.txt afterwards.

Here are all the tokens explained:

> BOT_TOKEN=<your discord bot token>
> SPOTIFY_ID=<spotify app id>
> SPOTIFY_SECRET=<spotify app secret>
> PORT=<port for the webserver to run, defaults to 80>

Optional:
> MONGODB_URI=<for stats>
> MONGODB_USER=<mongodb user>
> LASTFM_KEY=<key for lastfm api. only needed if you want album covers to be displayed>

##Usage

  • Play music:

    .play <song link/playlist link/song name>

    Aliases: .p
    Example: .play new rules dua lipa

  • Play music directly after the song currently playing (skip the Queue):

    .playnext <song link/playlist link/song name>

    Aliases: .pn
    Example: .pn nice for what drake

  • Play music and skip to it instantly:

    .playskip <song link/playlist link/song name>

    Aliases: .ps
    Example: .ps do i wanna know? arctic monkeys

  • Skip one / multiple song:

    .skip <(optional parameter) number of songs to skip, defaults to 1>

    Aliases: .s, .next
    Example: .skip 10, .skip

  • Show the current Queue:

    .queue

    Aliases: .q

  • Shuffle the Queue:

    .shuffle

  • Show Information about the current song playing:

    .info

  • Pauses the song:

    .pause

  • Resumes if paused:

    .resume

  • Changes the Volume:

    .volume <value between 0.0 and 2.0>

    Example: .volume 1.2

    Volume gets applied on song changes.

  • Change the Characters used for the Song Progress Bar

    .chars <full> <empty>
    .chars reset (Resets the Chars to Default)

    Example: .chars โ–ˆ โ–‘ (This are also the example chars)
    For some example chars visit: https://changaco.oy.lc/unicode-progress-bars/

Found a bug?

File an issue here at github.

Want different services supported?

File an issue, and I might implement it.

geiler-musik-bot's People

Contributors

tooxo avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.