Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- $j = Get-Content -Path "C:\temp\result.json" | ConvertFrom-Json
- $j.messages | Where-Object {$_.type -eq 'message'} | ForEach-Object {
- "https://t.me/sterkin_ru/$($_.id)" | Out-File -Append C:\temp\urls.txt
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement