DomStroy is a platform designed for ordering high-quality parts, materials, and custom solutions for building saunas and frame houses. The site offers an easy-to-use interface and automation via a Telegram bot for efficient customer interaction.
- 📦 Order parts and materials: A wide selection of building components.
- 🏠 Custom solutions: Tailored options for saunas and frame houses.
- 🤖 Telegram Bot integration: Easily manage your orders through a custom-built Python bot.
- HTML/CSS: For building the website's structure and styling.
- JavaScript: For interactive features and dynamic content.
- Python Telegram Bot: Handles customer inquiries and order management through Telegram.
-
Clone the repository:
git clone https://github.com/yourusername/domstroy.git
-
Navigate to the project folder:
cd domstroy
-
Open the website locally:
- Open
index.html
in your web browser to view the site.
- Open
-
Set up the Python Telegram Bot:
- Install the required Python packages:
pip install -r requirements.txt
- Configure the bot with your Telegram API token and run the script:
python bot.py
- Install the required Python packages:
- Navigate the website to browse and order building materials.
- Use the Telegram bot to track your orders or ask questions.
Feel free to contribute by submitting a pull request or opening an issue!
This project is licensed under the MIT License.
Let me know if you'd like to add anything specific!