diff --git a/README.md b/README.md index 1d11efbae05..99636c970df 100644 --- a/README.md +++ b/README.md @@ -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/)