From 5becec928a90c9f8fb07a869a2b8f72eb19eed49 Mon Sep 17 00:00:00 2001 From: Alex Kup <116945542+Lifailon@users.noreply.github.com> Date: Thu, 11 Jan 2024 22:00:24 +0300 Subject: [PATCH] Add GigaChat, YandecGPT and update Selenium --- posh.txt | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/posh.txt b/posh.txt index 889930a..9eac85b 100644 --- a/posh.txt +++ b/posh.txt @@ -1,5 +1,12 @@ PowerShell Commands +GitHub top language:https://img.shields.io/github/languages/top/lifailon/PS-Commands +GitHub last commit: https://img.shields.io/github/last-commit/lifailon/PS-Commands +GitHub code size: https://img.shields.io/github/languages/code-size/lifailon/PS-Commands +GitHub Repo stars: https://img.shields.io/github/stars/Lifailon/PS-Commands + +Статья на Habr: https://habr.com/ru/articles/782592/ + # Help # Object # Regex @@ -2557,7 +2564,9 @@ Get-VBRViProxy # REST API -$iwr = Invoke-WebRequest -Uri $url +$url = "https://habr.com/ru/rss/users/Lifailon/publications/articles/?fl=ru" # RSS лента публикаций на Habr +Invoke-RestMethod $url +$iwr = Invoke-WebRequest $url $iwr | Get-Member $iwr.Content $iwr.StatusCode -eq 200