Skip to content

Instantly share code, notes, and snippets.

View ColinGreybosh's full-sized avatar

Colin Greybosh ColinGreybosh

View GitHub Profile

Keybase proof

I hereby claim:

  • I am colingreybosh on github.
  • I am colingreybosh (https://keybase.io/colingreybosh) on keybase.
  • I have a public key ASDJELeVuoRqCqsWSSCIzX2HwPuB5kOK_9sEHGUC8s4t6Qo

To claim this, I am signing this object:

@ColinGreybosh
ColinGreybosh / index.html
Last active December 4, 2018 06:38
API Project Code
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>API Site</title>
<link rel="stylesheet" href="../CSS/StyleSheet.css">
<link href="https://fonts.googleapis.com/css?family=Lato" rel="stylesheet">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
</head>
<body>
from collections import OrderedDict
from urllib.parse import quote
from mp3_tagger import *
import requests
import bs4
import os
__dirpath__ = f'{os.path.dirname(os.path.abspath(__file__))}/'