Add files via upload :trollface:
This commit is contained in:
commit
a9cfc9b522
9 changed files with 425 additions and 0 deletions
26
README.md
Normal file
26
README.md
Normal 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
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue