Skip to content

Instantly share code, notes, and snippets.

View spicychili69's full-sized avatar

SpicyChili69 spicychili69

View GitHub Profile
@dimiboy
dimiboy / Telegram-listener.ps1
Created August 6, 2019 07:26
Telegram listener via Powershell
### Edit only this part! ################
$MyToken = ""
$ChatID = ""
#########################################
$InitialMessageDate = 0
$counter = 0
while ($true)
{