Switch to English?
Yes
Переключитись на українську?
Так
Переключиться на русскую?
Да
Przełączyć się na polską?
Tak

Kirill X

Offer Kirill work on your next project.

Ukraine Chernigov, Ukraine
7 months 3 days back
Available for hire available for hire
on the service 9 months 16 days

Rating

Successful projects
No data
Average rating
No data
Rating
89
Python
2527 place out of 4488
Bot Development
1258 place out of 1930

Language proficiency level

Українська Українська: fluent
Русский Русский: fluent
English English: upper-intermediate

Skills and abilities

Programming

Administration

Translation

Portfolio


  • YouTube Unsubscribe Tool

    Bot Development
    YouTube Unsubscribe Tool is a Python script for bulk management of your YouTube subscriptions. It allows you to safely and quickly unsubscribe from channels using the official YouTube Data API v3.

    Key features
    Automatic authorization via OAuth 2.0.
    Retrieving a list of all user subscriptions.

    Ability to unsubscribe from channels in bulk.
    Working with secure tokens and support for test mode.
    Cross-platform: Windows, macOS, Linux (via Python).

    Technologies and tools
    Programming language: Python 3.x
    API: YouTube Data API v3
    Python libraries: google-auth, google-auth-oauthlib, google-api-python-client
    Environment: Any modern browser for OAuth authorization
    Tools: Google Cloud Console, JSON for client secret

    Project structure
    C:\YouTubeUnsub

    ├─ youtube_unsubscribe.py # Main script for unsubscribing
    ├─ client_secret.json # OAuth 2.0 JSON file for authorization
    ├─ requirements.txt # List of Python dependencies
  • Chat ID Bot

    Bot Development
    A simple and convenient bot for obtaining Chat IDs for groups and channels in Telegram.
    Features:
    Displays the ID of a group or channel when you press /start
    Easy and quick to use

    Who it is useful for:

    Developers who integrate their own bots
    Group and channel administrators
    Anyone who needs to quickly obtain an ID in Telegram
  • Bot Moderator

    Bot Development
    Telegram moderation bot
    This bot was created in Python using the pyTelegramBotAPI (telebot) library. It performs moderator functions: deletes messages containing profanity and adult content, and allows administrators to manage chat users (warn, kick, block).