• ПК не видит флешку smartbuy серая usb3.0 64gb?

    WixxTeR
    @WixxTeR Автор вопроса
    В программе нет ее (
    61e5ac7d11648597953033.png
    а в ПК виден что-то есть
    61e5ac9b8a717193455091.png
    а по поводу ремонта что подскажите ? на старой гарантии нет можно и пробовать да и не жалко, нужна для сериал к телеку подключать.
  • ПК не видит флешку smartbuy серая usb3.0 64gb?

    WixxTeR
    @WixxTeR Автор вопроса
    одна куплена 2 года назад. новая вчера) хотя да, могли они вместе 3 года назад появиться.
  • Список @username в Telegram?

    WixxTeR
    @WixxTeR Автор вопроса
    shurshur, вот полный код, может это сможет пролить свет?
    зы Сам язык знаю на уровне школы.
    api_id, api_hash, phone и chat_id - были изменены в целях безопасности
    import sys
    from getpass import getpass
    from time import sleep
    
    from telethon import TelegramClient
    from telethon.errors import SessionPasswordNeededError
    from telethon.errors.rpc_errors_400 import UsernameNotOccupiedError
    from telethon.errors.rpc_errors_420 import FloodWaitError
    from telethon.tl.functions.channels import GetParticipantsRequest
    from telethon.tl.functions.contacts import ResolveUsernameRequest
    from telethon.tl.types import ChannelParticipantsSearch, InputChannel
    
    api_id = 149999999
    api_hash = '69cagfbda82fe3d17b3becxa20817d'
    phone = '+79999999999'
    limit = 100
    
    
    def get_chat_info(username, client):
        try:
            chat = client(ResolveUsernameRequest(username))
        except UsernameNotOccupiedError:
            print('Chat/channel not found!')
            sys.exit()
        result = {
            'chat_id': -12013214989,
            'access_hash': chat.chats[0].access_hash
        }
        return result
    
    
    def dump_users(chat, client):
        counter = 0
        offset = 0
        chat_object = InputChannel(chat['chat_id'], chat['access_hash'])
        all_participants = []
        print('Process...')
        while True:
            participants = client.invoke(GetParticipantsRequest(
                        chat_object, ChannelParticipantsSearch(''), offset, limit
                    ))
            if not participants.users:
                break
            all_participants.extend(['{} {}'.format(x.id, x.username)
                               for x in participants.users])
            users_count = len(participants.users)
            offset += users_count
            counter += users_count
            print('{} users collected'.format(counter))
            sleep(2)
        with open('users.txt', 'w') as file:
            file.write('\n'.join(map(str, all_participants)))
    
    
    def main():
        channel_name = input('Input a channel name, without "@": ')
        client = TelegramClient('current-session', api_id, api_hash)
        print('Connecting...')
        client.connect()
        if not client.is_user_authorized():
            try:
                client.send_code_request(phone)
                print('Sending a code...')
                client.sign_in(phone, code=input('Enter code: '))
                print('Successfully!')
            except FloodWaitError as FloodError:
                print('Flood wait: {}.'.format(FloodError))
                sys.exit()
            except SessionPasswordNeededError:
                client.sign_in(password=getpass('Enter password: '))
                print('Successfully!')
        dump_users(get_chat_info(channel_name, client), client)
        print('Done!')
    
    if __name__ == '__main__':
        main()
  • Как подключить микрофон в виндовс 10?

    WixxTeR
    @WixxTeR Автор вопроса
    6yntar05, Простите, но вот уточню: это то что мне нужно? я прям вообще не понимаю эту тему.
  • Как подключить микрофон в виндовс 10?

    WixxTeR
    @WixxTeR Автор вопроса
    Да, в меня обычные наушники для телефона с микрофоном по середине. Купить переходник и в разъем для наушников тыкать или микрофона ? у меня только голос работать будет, звук будет из колонок ноута играть верно ?
  • Boot option. Пропало окно! что делать?

    WixxTeR
    @WixxTeR Автор вопроса
    Сбросил на дефолтные все. Вот что у меня в САТА njjq5triu9r9sdyfm-yqtso5sju.jpeg