The Telegram Chain Store Bot is a versatile Telegram bot designed for seamless e-commerce experiences. Whether you’re a small business owner or a sales representative, this bot facilitates an efficient sales process by enabling users to manage products, view listings, and handle transactions directly through Telegram.
- User Roles: The bot supports three user roles: Admin, Agents, and Customers, ensuring a structured interaction based on permissions.
- Product Management: Agents can easily add new products, manage inventory, and provide detailed descriptions.
- Location-Based Services: Users can select their province and city, allowing for targeted product offerings based on geographic location.
- Custom Categories: The bot allows for customizable product categories to streamline the shopping experience.
- Secure Transactions: All transactions are designed to follow best practices to ensure user safety and data integrity.
-
Clone the repository:
git clone https://github.com/ItsOrv/Telegram-Chain-Store.git cd Telegram-Chain-Store
-
Install the required packages:
pip install -r requirements.txt
-
Set up your Telegram Bot Token in the configuration file.
-
Run the bot:
python bot.py
- Start by interacting with the bot on Telegram.
- Set your admin role in json file and follow the prompts to navigate through the functionalities.
- Agents can add products, manage listings, and interact with customers directly.
- Admins can oversee operations and manage user roles.
This bot has been developed for legal purposes only. Any misuse of the bot for illegal activities is strictly prohibited, and the creator holds no responsibility for any such actions. Users are strongly encouraged to operate within the boundaries of the law and ethical practices.
Contributions are welcome! Please feel free to submit a pull request or open an issue if you have suggestions for enhancements or bug fixes.
This project is licensed under the MIT License - see the LICENSE file for details.
Feel free to modify any sections to better fit your project specifics or preferences!