Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

README.md #65

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
41 changes: 12 additions & 29 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,50 +1,33 @@
# 🚀 **Crypto Bot** - Telegram Bot for Real-Time Cryptocurrency Prices 💰

Crypto Bot is a **simple yet powerful** Telegram bot that provides real-time cryptocurrency prices 📈 with just a click of a button! Whether you're a seasoned trader or a crypto enthusiast, this bot keeps you updated with the **latest market trends** in the crypto world 🌍.
Crypto Bot is a **lightweight yet powerful** Telegram bot that brings real-time cryptocurrency price tracking to your fingertips 📱. Perfect for both seasoned traders and crypto enthusiasts, this bot provides **instant market insights** on the go 🌍.

---

### ✨ **Features**
## ✨ **Features**

💡 **Instant Prices**: Get real-time prices for your favorite cryptocurrencies instantly!
🕹️ **User-Friendly**: Just tap a button, and the bot will fetch the price for you.
🌍 **Multi-Currency Support**: Track prices for **Bitcoin, Ethereum, Litecoin,** and more!
- **💡 Instant Prices**: Real-time price data for your preferred cryptocurrencies, with the tap of a button!
- **🕹️ User-Friendly**: Intuitive design makes crypto tracking easy and accessible.
- **🌍 Multi-Currency Support**: Monitor prices for **Bitcoin, Ethereum, Litecoin,** and other popular coins.

---

### 🎯 **How to Use** 🎯
## 🎯 **Quick Start Guide**

1. **Start the Bot** on Telegram 📨
2. **Choose the Cryptocurrency** you want to check 💱
3. **Click the Button** to get the latest price for that currency 💸

🚀 **Get Started Here:** [Click to Launch the Bot](https://t.me/trackingcryptopricerbot) 🚀
1. **Start the Bot on Telegram** [Launch Bot Here](https://t.me/trackingcryptopricerbot).
2. **Choose a Cryptocurrency** to check the price.
3. **Click a Button** to see the latest price instantly.

---

### 🛠️ **Installation** 🛠️
## 🛠️ **Installation**

If you want to run this bot locally, follow these steps:
### Local Setup

1. **Clone the Repository** 📂
1. **Clone the Repository**:
```bash
git clone https://github.com/OpenTekHub/crypto-bot.git
cd crypto-bot

2. **Install Dependencies** 🛠️
Install the necessary Python libraries:

```bash
pip install -r requirements.txt
```

3. **Required Libraries**

- `python-telegram-bot`
- `requests`

---

### ⚙️ **Set Up Your Bot on Telegram** ⚙️

1. **Create a New Bot**:
Expand Down