Skip to content

CantCode023/py_audiotag

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Installation

git clone https://github.com/CantCode023/py_audiotag

Getting Started

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])

How to find cookies

  1. Open inspect element with ctrl+shift+i
  2. Open "Application" tab
  3. Open "Cookies" dropdown at the sidebar and click "https://audiotag.info"
  4. Find PHPSESSID and copy the cookie.

About

non official audiotag python api wrapper

Topics

Resources

Stars

Watchers

Forks

Languages