Skip to content
View quueli's full-sized avatar
🟣
focus
🟣
focus

Block or report quueli

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
quueli/README.md

GitHub activity

Backend developer, mostly Python. I write Telegram bots, payment integrations and automation for web services, plus the backend bits that keep them running.

Most of my work is in private client repos. The public ones here are pieces cut out of real projects with the client-specific parts removed, so each repo is a single piece, not a whole product.

Open to freelance work. Telegram @krs_nik, email rampadian@gmail.com.

Stack

  • Python: aiogram 3, Telethon, FastAPI, SQLAlchemy, pydantic, asyncio, APScheduler, pytest, openpyxl, PySide6
  • TypeScript / Node: Next.js, Prisma, Zod, NextAuth, Express
  • PHP: Symfony 6, Doctrine, Twig
  • Databases: PostgreSQL, MySQL, SQLite, Redis
  • Infra: Docker, Compose, Linux, cron, GitHub Actions
  • Integrations: Telegram Bot API and MTProto, YooKassa, AmeriaBank vPOS, Google Sheets, ADB, IMAP/SMTP
  • some Go as well: net/http, worker pools

Projects

Repo What it does
yookassa-polling-payments YooKassa payments confirmed by polling, for bots that have no public domain
telegram-toolkit session pool, keyword matching and rate limit handling for Telethon
tg-form-wizard step by step questionnaire bot, answers go to a spreadsheet
tg-multiposter scheduled posting to a network of chats, one isolated bot per client
shift-report-bot parses free-form text reports into per-worker statistics
adb-device-automation driving Android phones over ADB, several at a time
ameria-vpos-telegram AmeriaBank vPOS payments inside a Telegram bot
backend-blueprint-ts Next.js backend template: lead pipeline, admin, event bus
php-crm-core Symfony/Doctrine catalog model from a CRM
mc-server-monitor Go service that pings Minecraft servers
discord-handle-watcher availability watcher with an adaptive rate limiter
timed-clicker Windows tool that clicks a point on screen at a set time

languages

updated 26 Sep 2026

Pinned Loading

  1. adb-device-automation adb-device-automation Public

    Android device automation over ADB: cached UI-tree parsing, input emulation, multi-device workers, resume

    Python 3

  2. yookassa-polling-payments yookassa-polling-payments Public

    Confirm YooKassa payments by polling the API, without a public webhook or domain

    Python 4

  3. telegram-toolkit telegram-toolkit Public

    Reusable Telethon building blocks: session pool, keyword matching with stemming, rate-limit handling, report export

    Python 3

  4. tg-multiposter tg-multiposter Public

    Subscription Telegram multiposting: a manager bot spawns an isolated posting bot per client, scheduled fan-out with flood control

    Python 3

  5. ameria-vpos-telegram ameria-vpos-telegram Public

    AmeriaBank vPOS payment gateway inside a Telegram bot: init, redirect, verify by polling, restart-safe tracking

    JavaScript 3

  6. shift-report-bot shift-report-bot Public

    Parse free-form text shift reports into structured records, with timezone-aware per-period analytics

    Python 4