Skip to content

Instantly share code, notes, and snippets.

View lyangmdrs's full-sized avatar

Lyang Medeiros lyangmdrs

  • Campina Grande, Paraíba
View GitHub Profile

Semantic Commit Messages

See how a minor change to your commit message style can make you a better programmer.

Format: <type>(<scope>): <subject>

<scope> is optional

Example

# Ian Annase
# 1/13/18
import os
import sys
import json
import spotipy
import webbrowser
import spotipy.util as util
from json.decoder import JSONDecodeError