TL; DR: You left the token in plaintext on line 291
In the main file, mxlrc.py on line 291 the Musixmatch token is sitting there in plaintext.
|
MX_TOKEN = args.token if args.token else "2203269256ff7abcb649269df00e14c833dbf4ddfb5b36a1aae8b0" |
This is a pretty big security issue, as someone could take that token and slam their API, probably using up the limit or getting it banned.