


FUNCTIONS:

  get_key(url) -> gets the key to the sourcebin out of the link(must be a valid link)

  get_url(key) -> takes in the key to a sourcebin and turns it into a sourbin url

  create(name, code, title="None", description="None") -> creates a sourcbin with the inputted code

  read_key(key) -> returns the contents of the sourbin with that key

  read_url(url) -> same as read_key but you can put in a sourbin url
