- Remove pafy, praw as dependencies
- No need to register an app with reddit
- Reduced dependencies
- Add youtube-dl, requests
- Now we can stream SoundCloud links as well
YoutubeMusicBot pulls down a list of youtube links from subreddits of your choosing and plays them with VLC.
Much better than doing it myself. Besides, who doesn't like some good music while working.
-
Install VLC
-
Clone the repo
$ git clone https://github.com/Gr3atWh173/YoutubeMusicBot
- Then cd into its directory and execute:
$ pip3 install -r requirements.txt
You should now be ready to use YoutubeMusicBot.
$ python bot.py usage
Open an issue or a PR.