Skip to content

Commit

Permalink
Reflect recent changes in the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisb09 committed Jan 11, 2025
1 parent ac4e09c commit dd72bac
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# This fork

Essentially, this is just a merge of two pull requests:
Essentially, this is just a merge of three pull requests:

### Support for logging into your (burner) youtube account:

Expand All @@ -11,8 +11,23 @@ Essentially, this is just a merge of two pull requests:
### To allow building the project from source
[PR-1703](https://github.com/jagrosh/MusicBot/pull/1703)

### Add YouTube PO token & IP rotation
https://github.com/jagrosh/MusicBot/pull/1772

And I've now bumped the versions up to the newest [lavaplayer](https://mvnrepository.com/artifact/dev.arbjerg/lavaplayer)/[lavalink](https://maven.lavalink.dev/#/releases/dev/lavalink/youtube/common) versions. I will try to update this automatically in the future.


### For PO_Tokens: In your bot folder, edit "config.txt" and add
```
ytpotoken = "PO_TOKEN_HERE"
ytvisitordata = "VISITOR_DATA_HERE"
```

To get po_token and visitor_data, use [youtube-trusted-session-generator](https://github.com/iv-org/youtube-trusted-session-generator)


If you have problems with this fork, you could also check out [this other fork](https://github.com/SeVile/MusicBot).

## Easy deployment via docker

Additionally, i thought a corresponding docker image would make things better:
Expand Down

0 comments on commit dd72bac

Please sign in to comment.