Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/joelgmsec/powergram
- Owner: JoelGMSec
- License: gpl-3.0
- Created: 2022-05-20T10:14:21.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-01T11:14:12.000Z (almost 2 years ago)
- Last Synced: 2024-05-01T17:26:28.846Z (7 months ago)
- Topics: bot, powergram, powershell, telegram, telegram-bot
- Language: PowerShell
- Homepage:
- Size: 407 KB
- Stars: 47
- Watchers: 3
- Forks: 13
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# 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 OSUsage: PowerGram from PowerShell
.\PowerGram.ps1 -h Show this help message
.\PowerGram.ps1 -run Start PowerGram BotPowerGram from Telegram
/getid Get your Chat ID from Bot
/help Show all available commandsWarning: 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:[](https://www.buymeacoffee.com/joelgmsec)