git clone https://github.com/CantCode023/py_audiotag
from py_audiotag import AudioTag
audiotag = AudioTag("YOUR_SESSION_ID_HERE") # You can get this from audiotag cookies called "PHPSESSID"
tracks = audiotag.recognize("path_to_your_song.mp3")
print(tracks[0])
- Open inspect element with
ctrl+shift+i
- Open "Application" tab
- Open "Cookies" dropdown at the sidebar and click "https://audiotag.info"
- Find PHPSESSID and copy the cookie.