Skip to content
View TurboKach's full-sized avatar
☠️
0xD0A5D0A3D099
☠️
0xD0A5D0A3D099

Block or report TurboKach

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse

Pinned Loading

  1. ai-reviewer ai-reviewer Public

    An automated code review GitHub Action powered by Claude AI that provides intelligent, context-aware feedback on pull requests. Features file filtering, inline suggestions, and comprehensive review…

    1

  2. python-cdp python-cdp Public

    Forked from HMaker/python-cdp

    Python client and types generator for the Chrome DevTools Protocol (CDP)

    Python

  3. telegram-to-slack-history-converter telegram-to-slack-history-converter Public

    Script to convert JSON exported Telegram history for further import to Slack

    Python 2

  4. aiogram hidden admin mention by id aiogram hidden admin mention by id
    1
    @dp.message_handler(commands=['all'])
    2
    async def tag_all(message: types.Message):
    3
        """Tag all group members in a hidden text"""
    4
    
                  
    5
        query_text = message.text.split(maxsplit=1)[1]