Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bzhn authored Aug 9, 2024
1 parent 8bdbd57 commit ab0925b
Showing 1 changed file with 18 additions and 6 deletions.
24 changes: 18 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,37 @@
<div align="center">
<img src="./assets/logo.jpg" width="100px" />
<h1>PassphraseBot</h1>
<h1 id="erw">PassphraseBot</h1>
<h3>Telegram Bot for generating mnemonic Passphrases</h3>

<a href="https://t.me/PassphraseBot"><img src="https://img.shields.io/badge/Open in Telegram-27A7E7" alt="Telegram PassphraseBot Link"></a>
<a href="https://t.me/PassphraseBot"><img src="https://img.shields.io/badge/Open in Telegram-27A7E7" alt="Telegram PassphraseBot Link" /></a>
</div>

## Overview

On `/start` command bot sends a greeting message a and simple instruction.
Also **Generate** button appears at the bottom of chat:
![image](https://user-images.githubusercontent.com/89320434/202588416-a9c6c373-393d-45bf-a29a-3c1154c04c69.png)

<div align="center">
<img width="400px" src="https://user-images.githubusercontent.com/89320434/202588416-a9c6c373-393d-45bf-a29a-3c1154c04c69.png" />
</div>

After user clicks **Generate**, bot deletes his message and sends a new passphrase:
![image](https://user-images.githubusercontent.com/89320434/202588491-56b9371c-248a-44b9-981d-0a4e58a429bf.png)

<div align="center">
<img width="400px" src="https://user-images.githubusercontent.com/89320434/202588491-56b9371c-248a-44b9-981d-0a4e58a429bf.png" />
</div>

If user wants to generate another passphrase within the same message, he can click **Regenerate passphrase** inline button:
![image](https://user-images.githubusercontent.com/89320434/202588868-f7914579-7195-4271-a561-5970de02cbc8.png)

<div align="center">
<img width="400px" src="https://user-images.githubusercontent.com/89320434/202588868-f7914579-7195-4271-a561-5970de02cbc8.png" />
</div>

Here are the commands that are waiting to be implemented
![image](https://user-images.githubusercontent.com/89320434/202588915-4f7c8c7b-6116-4226-9f52-e660e50f35c9.png)

<div align="center">
<img width="400px" src="https://user-images.githubusercontent.com/89320434/202588915-4f7c8c7b-6116-4226-9f52-e660e50f35c9.png" />
</div>

## Roadmap

Expand Down

0 comments on commit ab0925b

Please sign in to comment.