I hereby claim:
- I am iamtakagi on github.
- I am iamtakagi (https://keybase.io/iamtakagi) on keybase.
- I have a public key whose fingerprint is 6696 EDBC B6EA 044E 66DF 13EF 41BA 81DB 10D0 B249
To claim this, I am signing this object:
| package social; | |
| import java.util.Random; | |
| enum Sex { | |
| MALE, FEMALE | |
| } | |
| class God { | |
| private final static Random random = new Random(); |
| import axios from "axios"; | |
| import fs from 'fs' | |
| import path from "path"; | |
| (async () => { | |
| const username = "takagi" | |
| const accessToken = '' | |
| const client = axios.create({ | |
| headers: { | |
| Authorization: `Bearer ${accessToken}`, |
| import ytdl from "ytdl-core"; | |
| import express from "express"; | |
| const app = express() | |
| app.get("/stream", async (req, res, next) => { | |
| const url = req.query.url | |
| const quality = req.query.quality; | |
| if (!url || typeof url != "string") return next(); | |
| if (!quality || typeof quality != "string") return next(); |
I hereby claim:
To claim this, I am signing this object: