Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/joelgmsec/powergram

Multiplatform Telegram Bot in pure PowerShell
https://github.com/joelgmsec/powergram

bot powergram powershell telegram telegram-bot

Last synced: about 16 hours ago
JSON representation

Multiplatform Telegram Bot in pure PowerShell

Awesome Lists containing this project

README

        

PowerGram

# PowerGram
**PowerGram** is a pure PowerShell Telegram Bot that can be run on Windows, Linux or Mac OS. To make use of it, you only need PowerShell 4 or higher and an internet connection.

All communication between the Bot and Telegram servers is encrypted with HTTPS, but all requests will be sent in GET method, so they could easily be intercepted.

# Requirements
- PowerShell 4.0 or greater

# Download
It is recommended to clone the complete repository or download the zip file.
You can do this by running the following command:
```
git clone https://github.com/JoelGMSec/PowerGram
```

# Usage
```
.\PowerGram.ps1 -h

____ ____
| _ \ __ __ __ __ _ __ / ___|_ __ __ _ _ __ ___
| |_) / _ \ \ /\ / / _ \ '__| | _| '__/ _' | '_ ' _ \
| __/ (_) \ V V / __/ | | |_| | | | (_| | | | | | |
|_| \___/ \_/\_/ \___|_| \____|_| \__,_|_| |_| |_|

------------------- by @JoelGMSec -------------------

Info: PowerGram is a pure PowerShell Telegram Bot
that can be run on Windows, Linux or Mac OS

Usage: PowerGram from PowerShell
.\PowerGram.ps1 -h Show this help message
.\PowerGram.ps1 -run Start PowerGram Bot

PowerGram from Telegram
/getid Get your Chat ID from Bot
/help Show all available commands

Warning: All commands will be sent using HTTPS GET requests
You need your Chat ID & Bot Token to run PowerGram

```

### The detailed guide of use can be found at the following link:

https://darkbyte.net/powergram-un-sencillo-bot-para-telegram-escrito-en-powershell

# License
This project is licensed under the GNU 3.0 license - see the LICENSE file for more details.

# Credits and Acknowledgments
This tool has been created and designed from scratch by Joel Gámez Molina // @JoelGMSec

# Contact
This software does not offer any kind of guarantee. Its use is exclusive for educational environments and / or security audits with the corresponding consent of the client. I am not responsible for its misuse or for any possible damage caused by it.

For more information, you can find me on Twitter as [@JoelGMSec](https://twitter.com/JoelGMSec) and on my blog [darkbyte.net](https://darkbyte.net).

# Support
You can support my work buying me a coffee:

[buymeacoffe](https://www.buymeacoffee.com/joelgmsec)