help@rskworld.in +91 93305 39277
RSK World
  • Home
  • Development
    • Web Development
    • Mobile Apps
    • Software
    • Games
    • Project
  • Technologies
    • Data Science
    • AI Development
    • Cloud Development
    • Blockchain
    • Cyber Security
    • Dev Tools
    • Testing Tools
  • About
  • Contact

Theme Settings

Color Scheme
Display Options
Font Size
100%
Back to Project
RSK World
slack-bot-assistant
RSK World
slack-bot-assistant
Slack Bot Assistant - Python + Slack API + SQLite + PHP Dashboard + Bot Commands + Automation
slack-bot-assistant
  • static
  • templates
  • .env.example73 B
  • .gitignore61 B
  • LICENSE1.2 KB
  • README.md1.9 KB
  • RELEASE_NOTES.md1.3 KB
  • app.py1.7 KB
  • bot_logic.py4.3 KB
  • database.py1.8 KB
  • models.py2.2 KB
  • requirements.txt58 B
LICENSEindex.htmlCHANGELOG.mdrequirements.txt
LICENSE
Raw Download
Find: Go to:
MIT License

Copyright (c) 2026 RSK World (Molla Samser)

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

Developed by: Molla Samser
Website: https://rskworld.in
Email: support@rskworld.in
26 lines•1.2 KB
text
templates/index.html
Raw Download
Find: Go to:
<!--
Project: E-commerce Chatbot
Developed by: Molla Samser
Team: Rima Khatun (Designer & Tester)
Website: https://rskworld.in
Email: support@rskworld.in
Year: 2026
"Empowering E-commerce with AI"
-->
<!DOCTYPE html>
<html lang="en">

<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>AI Commerce | Smart E-commerce Chatbot</title>
    <link rel="stylesheet" href="{{ url_for('static', filename='css/style.css') }}">
    <link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;800&display=swap" rel="stylesheet">
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css">
</head>

<body>
    <nav class="glass">
        <div class="logo">AI Commerce</div>
        <div class="nav-links">
            <a href="/">Home</a>
            <a href="/admin">Dashboard</a>
            <a href="https://rskworld.in" target="_blank">Resources</a>
        </div>
    </nav>

    <section class="hero">
        <div class="hero-content">
            <h1>The Future of <br>Automated Shopping</h1>
            <p>Empower your business with Molla Samser's AI-driven chatbot. Handles products, orders, and support while
                you sleep.</p>
            <div class="cta-buttons">
                <a href="/chat" class="btn btn-primary">Try Live Demo</a>
                <a href="#features" class="btn btn-outline">Explore Features</a>
            </div>
        </div>
        <div class="hero-image">
            <!-- Image placeholder or CSS illustration -->
            <div
                style="width: 400px; height: 400px; background: white; border-radius: 50%; display: flex; align-items: center; justify-content: center; box-shadow: 0 0 50px rgba(99, 102, 241, 0.2);">
                <i class="fas fa-shopping-cart fa-8x" style="color: var(--primary);"></i>
            </div>
        </div>
    </section>

    <footer id="contact">
        <p>&copy; 2026 RSK World. All rights reserved.</p>
        <div class="developer-details">
            Developed by: Molla Samser | Designer & Tester: Rima Khatun<br>
            Website: <a href="https://rskworld.in" style="color: #6366f1;">rskworld.in</a> | Email: support@rskworld.in
        </div>
    </footer>

    <!-- Chat Trigger Button -->
    <button id="chat-trigger"
        style="position: fixed; bottom: 20px; right: 20px; width: 60px; height: 60px; border-radius: 50%; background: var(--primary); color: white; border: none; box-shadow: var(--shadow); cursor: pointer; z-index: 1200;">
        <i class="fas fa-comments fa-2x"></i>
    </button>

    <div id="chat-container">
        <div class="chat-header">
            <span>AI Assistant</span>
            <button id="close-chat" style="background: none; border: none; color: white; cursor: pointer;"><i
                    class="fas fa-times"></i></button>
        </div>
        <div class="chat-messages" id="chat-messages">
            <div class="message bot">Hello! I'm your AI assistant from RSK World. How can I help you today?</div>
        </div>
        <div class="chat-input-area">
            <button id="voice-btn"
                style="background: none; border: none; color: var(--text-muted); cursor: pointer; padding: 0 5px;"><i
                    class="fas fa-microphone"></i></button>
            <input type="text" id="user-input" placeholder="Search products or track orders...">
            <button id="send-btn" class="btn-primary"
                style="padding: 5px 15px; border: none; border-radius: 4px; cursor: pointer;"><i
                    class="fas fa-paper-plane"></i></button>
        </div>
    </div>

    <script src="{{ url_for('static', filename='js/chat.js') }}"></script>
</body>

</html>
88 lines•3.8 KB
markup
requirements.txt
Raw Download
Find: Go to:
flask
flask-sqlalchemy
openai
python-dotenv
requests
6 lines•58 B
text

About RSK World

Founded by Molla Samser, with Designer & Tester Rima Khatun, RSK World is your one-stop destination for free programming resources, source code, and development tools.

Founder: Molla Samser
Designer & Tester: Rima Khatun

Development

  • Game Development
  • Web Development
  • Mobile Development
  • AI Development
  • Development Tools

Legal

  • Terms & Conditions
  • Privacy Policy
  • Disclaimer

Contact Info

Nutanhat, Mongolkote
Purba Burdwan, West Bengal
India, 713147

+91 93305 39277

hello@rskworld.in
support@rskworld.in

© 2026 RSK World. All rights reserved.

Content used for educational purposes only. View Disclaimer