element_music_bot

An element chatbot written in Python.
Log | Files | Refs | README

README.md (510B)


      1 # Music Bot For Element Chat
      2 
      3 This bot grabs the title and any artist info from a youtube url.
      4 
      5 ## How to Run
      6 
      7 `python3 music.py`
      8 
      9 or
     10 
     11 `./music.py`
     12 
     13 ## Requirements
     14 
     15 All of the fields in config.ini must be populated in order to use the bot. To
     16 generate a last.fm api key, [look here](https://www.last.fm/api/authentication).
     17 
     18 ## Dependencies
     19 
     20 [pylast](https://github.com/pylast/pylast)
     21 
     22 [youtube_title_parse](https://github.com/lttkgp/youtube_title_parse)
     23 
     24 [youtube-dl](https://github.com/ytdl-org/youtube-dl)