element_music_bot

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

commit f3182eb893551c7a1b43079d314c45a53cb12923
parent 5c9ad6a03d8b15bcd40e1e98ccce62bf4b11ed82
Author: John Kubach <johnkubach@gmail.com>
Date:   Sun,  2 Aug 2020 15:00:26 -0400

Add README

Diffstat:
AREADME.md | 24++++++++++++++++++++++++
1 file changed, 24 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -0,0 +1,24 @@ +# Music Bot For Element Chat + +This bot grabs the title and any artist info from a youtube url. + +## How to Run + +`python3 music.py` + +or + +`./music.py` + +## Requirements + +All of the fields in config.ini must be populated in order to use the bot. To +generate a last.fm api key, [look here](https://www.last.fm/api/authentication). + +## Dependencies + +[pylast](https://github.com/pylast/pylast) + +[youtube_title_parse](https://github.com/lttkgp/youtube_title_parse) + +[youtube-dl](https://github.com/ytdl-org/youtube-dl)