Skip to content
View demonewgenij-maker's full-sized avatar

Block or report demonewgenij-maker

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
demonewgenij-maker/README.md

Hi 👋

AI Automation & Python Integration Engineer

My part is the ideas and design, AI's part is the routine code.

I build production automations end-to-end: chat bots, LLM assistants and agents, workflow automation (n8n), 1C/ERP integrations, e-commerce sites — and the infrastructure that keeps all of it alive in prod. Daily driver: Claude Code + Python.

What I do

  • 🤖 Bots & assistants — Telegram (python-telegram-bot) and custom chat-bot platforms; a fleet of production bots for a trading company: price-list updaters, restock and order helpers, a roofing-materials calculator, an LLM assistant that answers questions from 1C data.
  • 🧠 LLM / agents — RAG, semantic search, multi-provider LLM routing, MCP servers (incl. one for 1C), agent workflows — plus what makes them shippable: golden-query regression gates, quality scoring, pytest suites.
  • 🔗 Automation & integration — n8n workflows, REST/API integrations, data pipelines (PDF/Excel price-lists → parsing → fuzzy matching → loading into 1C), scrapers with anti-bot handling.
  • 🛒 E-commerce / web — hands-on with a live WordPress + WooCommerce store (2.5k products, 10k variations): catalog and product pages, landing hubs, price/stock sync from 1C, image processing, caching and TTFB fixes, Yandex Metrika/Webmaster, SEO hygiene — always via reversible steps with backups, never touching the theme.
  • ⚙️ Backend — Python, FastAPI, SQLite, WebSockets, PWA + web-push.
  • 🛠️ DevOps — Docker, Traefik/nginx, VPS networking and proxies, hot-deploy, watchdogs and scheduled-task supervision, cron/systemd timers.

Tech

Python · FastAPI · python-telegram-bot · n8n · Claude Code · MCP · LLM / RAG · Docker · SQLite · WebSocket · REST APIs · WordPress / WooCommerce · 1C

Projects

  • telegram-bot-boilerplate — production-minded python-telegram-bot (v21) starter: clean handler layout, drill-down inline menus, env-only config, a heartbeat//health watchdog endpoint and a pytest suite. A sanitized distillation of patterns from many bots I've shipped.
  • onec-price-updater — toolkit for updating 1C / 1Enterprise nomenclature prices from supplier price-lists: CSV parser → Jaccard matcher with ambiguity detection → diff report → retrying 1C HTTP client. Dry-run by default, 33 passing tests.
  • realtime-team-chat — compact realtime team chat (mini Slack/Telegram): FastAPI + WebSocket hub + SQLite + JWT auth, with a vanilla-JS PWA frontend. Parameterized SQL, XSS-safe rendering, 18 tests including real WebSocket delivery.

Currently

Running ~10 bots and assistants in production for one trading company (price-list bots for several suppliers, order/restock helpers, an LLM assistant over 1C with a regression gate), an internal team messenger, a task-manager PWA, and the company's WooCommerce storefront — plus n8n, monitoring and the infra behind it. The repos here are sanitized, from-scratch versions of that work.

Contact

Pinned Loading

  1. onec-price-updater onec-price-updater Public

    Python toolkit to update 1C/1Enterprise nomenclature prices from supplier price-lists: parser, matcher, diff report, retrying HTTP client. Dry-run by default, fully tested.

    Python

  2. realtime-team-chat realtime-team-chat Public

    Compact realtime team chat (mini Slack/Telegram): FastAPI + WebSocket hub + SQLite + JWT auth + vanilla-JS PWA. Parameterized SQL, XSS-safe, 18 tests incl. real WebSocket delivery.

    Python