Skip to content
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
103 changes: 69 additions & 34 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,56 +1,91 @@
# Free-Telegram-Store-Bot
I made this Bot Free 100%.
# Free Telegram Store Bot

The Telegram Store Bot you can use for selling and managing your products, services, and orders.
[![GitHub stars](https://img.shields.io/github/stars/indmdev/Free-Telegram-Store-Bot?style=social)](https://github.com/indmdev/Free-Telegram-Store-Bot/stargazers)
[![GitHub issues](https://img.shields.io/github/issues/indmdev/Free-Telegram-Store-Bot)](https://github.com/indmdev/Free-Telegram-Store-Bot/issues)
[![License](https://img.shields.io/github/license/indmdev/Free-Telegram-Store-Bot)](LICENSE)
[![Python](https://img.shields.io/badge/Python-3.10+-3776AB?style=flat&logo=python&logoColor=white)](https://www.python.org/)

![image1](https://i.ibb.co/6tvrHzH/v5-1.png)
> 100% Free Telegram Store Bot for selling and managing your products, services, and orders.

![Preview](https://i.ibb.co/6tvrHzH/v5-1.png)

# Message me at [@InDMDev](https://t.me/InDMDev) for your advanced Bots customizations.
## ✨ Features

| Feature | Description |
|---------|-------------|
| πŸ›’ **Product Management** | Add, edit, and manage your products |
| πŸ’³ **Order Processing** | Automated order handling and tracking |
| πŸ’¬ **Customer Support** | Built-in messaging with customers |
| πŸ’° **Payment Integration** | Support for multiple payment methods |
| πŸ“Š **Sales Dashboard** | Track your sales and revenue |

For more Bots like this, and to be the first to know when I publish free bots, join my channel: [@InDMDevBots](https://t.me/InDMDevBots)
## πŸš€ Quick Start

### Prerequisites

# Guide
1. Install Python 3.10
2. Install any git version
3. Open terminal
4. Run this command in your terminal "git clone https://github.com/indmdev/Free-Telegram-Store-Bot.git"
5. Run this command in your terminal "cd Free-Telegram-Store-Bot-main"
6. Run this command in your terminal: "pip install -r requirements.txt"
7. Set up a free NGROK account at https://ngrok.com
8. Open another terminal and run your Ngrok
9. Setup your new Bot at [@BotFather](https://t.me/Botfather)
10. Open the config.env file
11. Add your Bot Token (Provided to you by [@BotFather](https://t.me/Botfather))
12. Add your Ngrok URL
13. Add your Store Currency
14. Save and close the file
16. Run the "python store_main.py" command in your terminal from the "Free-Telegram-Store-Bot-main" folder
17. Completed
| Requirement | Version | Notes |
|-------------|---------|-------|
| Python | 3.10+ | [Download](https://www.python.org/downloads/) |
| Git | Any recent | [Download](https://git-scm.com/) |
| Ngrok | Free account | [Sign up](https://ngrok.com) |
| Telegram Bot | Via @BotFather | [Create](https://t.me/BotFather) |

### Installation

```bash
# 1. Clone the repository
git clone https://github.com/indmdev/Free-Telegram-Store-Bot.git
cd Free-Telegram-Store-Bot

# Upgraded version of this FREE Bot πŸ‘‰: [@InDMShopV5Bot](https://t.me/inDMShopV5Bot)
# 2. Install dependencies
pip install -r requirements.txt

# [Our Classic Bot Features:](https://i.ibb.co/6tvrHzH/v5-1.png)
# 3. Configure environment
cp config.env.example config.env
```

# Test and Subscribe To Classic Bot πŸ‘‰ [@InDMShopBot](https://t.me/InDMShopBot) [Check Demo](https://t.me/InDMMarketbot)
### Configuration

Edit `config.env` with your credentials:

| Variable | Description | Where to get |
|----------|-------------|--------------|
| `BOT_TOKEN` | Your Telegram bot token | [@BotFather](https://t.me/Botfather) |
| `NGROK_URL` | Your Ngrok webhook URL | Ngrok dashboard |
| `STORE_CURRENCY` | Your store currency | e.g., USD, EUR |

# Version 6 coming soon πŸ‘‡:
![photo_2025-09-10 08 21 53](https://i.ibb.co/8mhDS9F/v5-2.png)
### Running

# Languages in version 6 coming soon πŸ‘‡:
![photo_2025-09-10 08 21 53](https://i.ibb.co/d54nQJ7/v5-3.png)
```bash
# Start Ngrok (in a separate terminal)
ngrok http 5000

# Run the bot
python store_main.py
```

## πŸ“ž Get Help

🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨
# Note: Use this program only for legal purposes, InDMDev is not and will not be responsible for any illegal activity/activities you indulge in using this program.
🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨
| Channel | Link |
|---------|------|
| Developer | [@InDMDev](https://t.me/InDMDev) |
| Updates | [@InDMDevBots](https://t.me/InDMDevBots) |

## πŸ§ͺ Demo

# MAKE THE WORLD A BETTER PLACE πŸ™
| Bot | Link |
|-----|------|
| Classic Bot | [@InDMShopBot](https://t.me/InDMShopBot) |
| V5 Shop | [@InDMShopV5Bot](https://t.me/inDMShopV5Bot) |

## ⚠️ Disclaimer

> **Note:** Use this program only for legal purposes. The developer is not responsible for any illegal activity.

## πŸ™ Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

---

README optimized with [Gingiris README Generator](https://gingiris.github.io/github-readme-generator/)