Skip to content

[DEPRECATED] 📻 24/7 radio player for discord (Improved version of TritiumNetworks/LofiGirl)

License

Notifications You must be signed in to change notification settings

bagasstrongman/LofiGirl

 
 

Repository files navigation

⚠️ Warning!

this repository has been deprecated. please use this and this instead.


* Illustration by Juan Pablo Machado

Lofi Girl

Discord bot that just playing youtube live streams



installation guide

Prerequirements

  • node (v12.x~)
  • npm or yarn
  • mysql or mariadb
  • java (v13.x only)

Windows

  1. run npm i or yarn to get dependancies
  2. if your jdk version is not v13, get it from here
  3. get lavalink jar file from here
  4. place C:\path\to\download\folder\Lavalink.jar to C:\path\to\this\code\folder\lavalink/lavalink.jar
  5. run java -jar lavalink/lavalink.jar to start lavalink server
  6. open mysql shell and run source database.sql
  7. copy default configuration from config.inc.json to config.json
  8. edit your config.json file
  9. run npm i or yarn to get dependancies
  10. open another terminal and run yarn start

Linux

  1. run npm i or yarn to get dependancies
  2. if your jdk version is not v13, get it from here
  3. run ./install.sh to get lavalink.jar file
  4. run java -jar lavalink/lavalink.jar to start lavalink server
  5. type sudo mysql to open mysql shell and run source database.sql
  6. copy default configuration from config.inc.json to config.json
  7. edit your config.json file
  8. run npm i or yarn to get dependancies
  9. open another terminal and run yarn start

About

[DEPRECATED] 📻 24/7 radio player for discord (Improved version of TritiumNetworks/LofiGirl)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 96.5%
  • JavaScript 2.8%
  • Shell 0.7%