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:
I hereby claim:
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"])) |
set noautofocus | |
site '*://feedly.com/*' { | |
unmap j | |
unmap k | |
unmap M | |
unmap o | |
unmap v | |
} |