1
0
Fork 0

Add files via upload :trollface:

This commit is contained in:
Arthur K. 2025-11-04 07:59:41 +03:00
commit a9cfc9b522
Signed by: wzray
GPG key ID: B97F30FDC4636357
9 changed files with 425 additions and 0 deletions

26
README.md Normal file
View file

@ -0,0 +1,26 @@
# pwnbars running
ha ha it's like kronbars but pwn that's funny right
now you can run as far as you wish
kudos to [@mrsobakin](https://github.com/mrsobakin) for some assistance in reverse engineering :trollface:
### Obtain your Telegram API credentials
You might require **api_id** and **api_hash** to access the Telegram API servers. To learn how to obtain them [click here](https://core.telegram.org/api/obtaining_api_id).
### Setup
```sh
cp .env.example .env
# edit the .env file
source .env
python3 -m venv .venv
source .venv/bin/activate
pip install kurigram
python3 generate_session.py
docker compose up -d --build
```