У нас вы можете посмотреть бесплатно Matrix Homeserver Bridging Explained: Bridging Whatsapp & Matrix with Mautrix-whatsapp или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
Starting with the explanation of bridges, the process required to setup the bridge, update the configuration file and register the app services. All the process is explained in details. Chapter Navigation: 0:00 Introduction 1:10 Bridging explained 3:05 Prerequisites & process explained 5:25 Risk of Banning 7:30 Create Databases & Matrix Admin User 9:20 Introducing Types of Bridges & Pre-requisites 14:40 Demo of Bridging Process 15:30 Config.yaml file parameters 22:40 Creating registration.yaml file 24:20 Understanding homeserver.yaml 25:55 Registering the bridge 26:55 Restarting synapse server 29.27 Starting bridge & inviting bot in element.io 31:30 Login to Whatsapp with QRCode 34:10 Gmessages Bridge Introduction 35:15 Outro The process followed in the video is shared below 1) Download the whatsapp bridge from https://mau.dev/mautrix/whatsapp/-/jo... 2) Use SCP to copy the artifact.zip to matrix server and Unzipped it 3) Update the config.yaml file with the necessary bridge permissions and matrix server details. 4) Use the command ./mautrix-whatsapp -g -c config.yaml -r registration.yaml to complete the registration 5) Registering appservices Matrix Application Service API. It's mostly the same as the client-server API, but there are a few key differences. Primarily, it means that the bridges can control any user ID in a predefined namespace, e.g. all user IDs starting with @telegram_ and ending with :yourserver.com, don't have rate limits, and have events pushed to them via HTTP, instead of pulling with long polling like normal Matrix clients do. 6) Registering appservices is adding an additional line on the server config...If necessary, copy the registration file somewhere where Synapse can read it. Then add the path to the file under app_service_config_files in Synapse's homeserver.yaml file. The field must be an array of strings, for example: app_service_config_files: /regn/file/path/registration.yaml After updating the config, restart Synapse to apply changes. If you change or regenerate the registration file, you will need to restart Synapse every time. 7) After registering got the permission denied error Permission denied: '/home/ubuntu/whtsapp_bridge/registration.yaml' Found the below status rw-r--r- 1 matrix-synapse matrix-synapse 59 Oct 3 16:12 homeserver.signing.key rw------ 1 root root 493 Oct 4 06:30 registration.yaml rw-r--r- 1 root root 1385 Oct 4 06:32 homeserver.yaml 8) modded the permission same as homeserver.yaml... using chmod sudo chmod 644 registration.yaml I believe you will like this video, and subscribe to the channel. Further uploads related to Big Data, Large Language models and Artificial Intelligence will be shared to your Youtube Dashboard Directly. The supporting playlists are The bard Project • Google Bard LLM : New AI Model in the Block Practical Projects Playlist • The Future is Here: Large Language Models ... Huggingface Playlist • Mastering NLP with Hugging Face: A Compreh... Python Data Engineering Playlist • Learn to Data Engineer and Problem Solve: ... Python Ecosystem of Libraries • Mastering the Python Ecosystem: Must-Know ... ChatGPT and AI Playlist • Learn about AI Language Models and Reinfor... AWS and Python AWS Wrangler • Building a Powerful Data Pipeline with AWS... Exploring the Realm of Generative AI: Hardware and Software Discussions • Exploring the Realm of Generative AI: Hard... PS: Got a question or have a feedback on my content. Get in touch By leaving a Comment in the video topmate.io/insightbuilder?utm_source=topmate&utm_medium=popup&utm_campaign=SocialProfile @mail insighthacker21@gmail.com @twitter Handle is @KQrios @medium / about @github https://github.com/Kamalabot