Skip to content

Instantly share code, notes, and snippets.

View rehndev's full-sized avatar

rehndev

View GitHub Profile
import asyncio
import logging
from datetime import datetime, timezone
import httpx
from veksa.models.models import Post
from veksa.scrapers.base import (
BaseScraper,
MAX_AUTHOR,