I hereby claim:
- I am plibither8 on github.
- I am plibither8 (https://keybase.io/plibither8) on keybase.
- I have a public key ASD3yjyuszh_M_AZ9T_F38qa0sNSmvYf6poreSyy9TzsjAo
To claim this, I am signing this object:
| import { GoogleSpreadsheet } from "google-spreadsheet"; | |
| import { JWT } from "google-auth-library"; | |
| import { writeFile, readFile } from "node:fs/promises"; | |
| import { parseFile } from "@fast-csv/parse"; | |
| const ActionType = { | |
| Split: "Split", | |
| Bonus: "Bonus", | |
| } as const; |
| import requests | |
| API_KEY = "<API-Key>" | |
| BASE_URL = "http://ws.audioscrobbler.com/2.0" | |
| # What was the fifth best album by Sonu Nigam? | |
| def example_1(): | |
| url = f"{BASE_URL}?method=artist.gettopalbums&artist=Sonu+Nigam&api_key={API_KEY}&format=json" | |
| data = requests.get(url).json() | |
| album = data["topalbums"]["album"][4] |
| { | |
| "username": "plibither8", | |
| "lastUpdated": "2021-03-19", | |
| "irregularLastDate": true, | |
| "list": { | |
| "2019-07-31": { | |
| "The Strokes": 42, | |
| "The Rolling Stones": 22, | |
| "Kendrick Lamar": 20, | |
| "Arctic Monkeys": 11, |
| const url = 'https://api.github.com/users/plibither8/repos?per_page=100'; | |
| copy( | |
| [ | |
| ...await fetch(url).then(res => res.json()) | |
| ] | |
| .filter(r => !r.fork) | |
| .map(r => | |
| `* [${r.name}](${r.html_url}) - ${r.archived ? '_Archived_ -' : ''} ${r.description}` | |
| ) | |
| .join('\n') |
| { | |
| "hackernews": [], | |
| "lastfm": { | |
| "totalPlayCount": 145, | |
| "topFive": [ | |
| { | |
| "name": "Eminem", | |
| "playcount": "9", | |
| "image": "https://i.scdn.co/image/ab6761610000f178a00b11c129b27a88fc72f36b", | |
| "url": "https://www.last.fm/music/Eminem" |
| Hey there :) |
I hereby claim:
To claim this, I am signing this object:
| {"lastUpload":"2018-04-17T11:41:40.615Z","extensionVersion":"v2.9.0"} |
| H Hydrogen | |
| He Helium | |
| Li Lithium | |
| Be Beryllium | |
| B Boron | |
| C Carbon | |
| N Nitrogen | |
| O Oxygen | |
| F Fluorine | |
| Ne Neon |