This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import re | |
import requests | |
from dateutil.parser import parse | |
from time import gmtime, strftime, sleep | |
from datetime import datetime | |
from pushbullet import Pushbullet | |
zk = "" | |
lbo = "" | |
pushbullet_key = "" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: "Musixmatch" | |
variables: | |
artist: | |
type: artist | |
filters: | |
- strip_diacritics | |
- lowercase | |
- [replace, "!!!", "artist-46206"] # !!! (Chk Chk Chk) artist exception | |
- [replace, "+/-", "p%m"] # +/- artist janky exception (step 1) |