1
0
Fork 0
pwnbars/README.md

634 B

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 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.

Setup

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