Skip to content

Instantly share code, notes, and snippets.

View FedorMilovanov's full-sized avatar

FedorMilovanov

View GitHub Profile
@FedorMilovanov
FedorMilovanov / bot_part1.py
Created April 29, 2026 22:07
YouTube MP3 Bot — 14k lines, smart split ~300
# === ЧАСТЬ 1 | Строки 1-300 ===
#!/usr/bin/env python3
"""
Telegram Bot: Media Audio Converter + AI Analysis
"""
import uuid
import os
import re
import html as html_mod
@FedorMilovanov
FedorMilovanov / bot_part1.py
Created April 29, 2026 21:24
YouTube MP3 Bot — 14k строк, умная разбивка на 15 частей (для Arena AI)
#!/usr/bin/env python3
"""
Telegram Bot: Media Audio Converter + AI Analysis
"""
import uuid
import os
import re
import html as html_mod
import sqlite3
@FedorMilovanov
FedorMilovanov / main_part1.js
Created April 29, 2026 20:58
Milovi Cake — Разбивка CSS + JS по 2000 строк (для Arena AI)
(function () {
'use strict';
/* ═══════════════════════════════════════════════════════
MILOVI CAKE — Общий JavaScript
В HTML страниц перед подключением этого файла объявите:
Главная: <script>var IMG_BASE = 'img';</script>
Пригороды: <script>var IMG_BASE = '../../img';</script>
This file is a merged representation of a subset of the codebase, containing files not matching ignore patterns, combined into a single document by Repomix.
The content has been processed where comments have been removed, content has been compressed (code blocks are separated by ⋮---- delimiter).
<file_summary>
This section contains a summary of this file.
<purpose>
This file contains a packed representation of a subset of the repository's contents that is considered the most important context.
It is designed to be easily consumable by AI systems for analysis, code review,
or other automated processes.
This file has been truncated, but you can view the full file.
This file is a merged representation of a subset of the codebase, containing files not matching ignore patterns, combined into a single document by Repomix.
The content has been processed where comments have been removed, content has been compressed (code blocks are separated by ⋮---- delimiter).
<file_summary>
This section contains a summary of this file.
<purpose>
This file contains a packed representation of a subset of the repository's contents that is considered the most important context.
It is designed to be easily consumable by AI systems for analysis, code review,