Kirill X
Offer Kirill work on your next project.
Rating
Language proficiency level
Skills and abilities
Programming
-
Bot Development
from 2 USD for hour
-
Python
from 2 USD for hour
Administration
Writing
Portfolio
-
YouTube Unsubscribe Tool
Bot DevelopmentYouTube 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 DevelopmentA 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 DevelopmentTelegram 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).