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:
I hereby claim:
To claim this, I am signing this object:
| <!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__))}/' |