Skip to content

Instantly share code, notes, and snippets.

View harborseals's full-sized avatar
🦭

harbor harborseals

🦭
  • chicago
View GitHub Profile
@harborseals
harborseals / get_lyric.py
Created August 25, 2025 23:03
Foobar2000 LyricsPanel3 Genius Lyric Source Script
## install at C:\Program Files (x86)\foobar2000
## add your client access token from https://genius.com/api-clients
## add as source on lyricspanel3
## usage: py get_lyrics.py --track "Track Name" --artist "Your Artist"
from lyricsgenius import Genius
import sys
genius = Genius('YourTotallySecretAndUnkownAccessTokenShouldGoHereBuddy',
user_agent="curl/7.54.1") # use curl useragent to bypass antibot
genius.verbose = False