🎨 Zuzucut Bot — Telegram bot for collecting art commissions.
It guides clients through a step‑by‑step form and sends the completed request to the artist.
| Step | Information |
|---|---|
| 1 | Name |
| 2 | Username (for delivery) |
| 3 | Type of work (full art / sketch) |
| 4 | Background style (flat color, simple rendering, collage) |
| 5 | Deadline (with +30% for urgency) |
| 6 | Extra factors (second character, excessive detail, complex angle) |
| 7 | Additional comments |
/start– welcome message and main menu/help– get assistance/contact– contact the developer and artist/register– start a new art commission request- Interactive buttons:
- ❓ How to order an art
- 💰 Payment info (Sberbank, RUB only)
- 💵 Price list (detailed pricing)
- 🖼️ Examples of works (link to portfolio)
- ⏳ Typical deadlines
- ⭐ Client reviews
1. Open Telegram and search for @Zuzucutbot.
2. Start the bot with /start.
3. Use the menu buttons or /register to place an order.
4. Follow the step‑by‑step questionnaire – your request will be sent directly to the artist.
Want to run your own instance?
# 1. Clone the repository
git clone https://github.com/yourusername/zuzucut-bot.git
cd zuzucut-bot
# 2. Install dependencies
pip install -r requirements.txt
# 3. Create a .env file with your bot token
echo "BOT_TOKEN=your_telegram_bot_token" > .env
# 4. Run the bot
python bot.py