Skip to content

Instantly share code, notes, and snippets.

View Kazy's full-sized avatar
🍡

Jocelyn Boullier Kazy

🍡
  • Shuttle
  • Paris, France
View GitHub Profile
@Kazy
Kazy / keybase.md
Last active September 11, 2019 07:11
keybase.md

Keybase proof

I hereby claim:

  • I am Kazy on github.
  • I am akear (https://keybase.io/akear) on keybase.
  • I have a public key whose fingerprint is BD4B 4EFD E670 1E9B B7EE 4303 519D D033 065A D6D3

To claim this, I am signing this object:

[tool.poetry]
name = "org-subpackage-command"
version = "0.1.1"
packages = [
{ include = "org" }
]
[tool.poetry.dependencies]
python = "^3.6.3"
from blitzr import BlitzrClient
client = Blitzr(API_KEY)
nin = client.get_artist(slug="nine-inch-nails", extras=["relations"])
print(type(nin["members"]))
# <class 'list'>
slim = client.get_artist(slug="slim-cessnas-auto-club", extras=["relations"])
print(type(slim["members"]))
@Kazy
Kazy / gist:1b20b18fbb322b82d3be
Last active October 17, 2015 14:56
cVim conf
set noautofocus
site '*://feedly.com/*' {
unmap j
unmap k
unmap M
unmap o
unmap v
}