Skip to content

Instantly share code, notes, and snippets.

View hatkidchan's full-sized avatar
💭
¯\_(ツ)_/¯

Casey hatkidchan

💭
¯\_(ツ)_/¯
View GitHub Profile

$2a$11$I0pa4WJBkIz9Ro7iwEDmROD3oaneW1jVZtkMtCzERg/uFFzJ1Emka

// x-run: ~/scripts/runc.sh % libraylib.a -lm
#include "raylib.h"
#include <math.h>
#include <raylib.h>
#include <stddef.h>
#include <stdint.h>
#include <stdio.h>
#include <string.h>
#include <sys/types.h>
@hatkidchan
hatkidchan / nitter-check.py
Created May 19, 2023 13:08
Nitter instances checker
from asyncio import FIRST_COMPLETED, create_task, wait
from typing import Optional
from httpx import AsyncClient
from rich.progress import Progress, TaskID
from yaml import safe_load as yaml_parse
INSTANCES_YAML_URL = "https://raw.githubusercontent.com/xnaas/nitter-instances/master/.upptimerc.yml"
TEST_STATUS = "/04119__snail/status/1550513579056824322"
MAX_CONCURRENCY = 10