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
  • Blog
  • About
  • Contact

Theme Settings

Color Scheme
Display Options
Font Size
100%
Back to Project
RSK World
travel-assistant-bot
RSK World
travel-assistant-bot
Travel Assistant Bot - Python + Flask + OpenAI API + Travel Bot + Flight Search + Hotel Booking + Weather
travel-assistant-bot
  • .venv
  • __pycache__
  • services
  • static
  • templates
  • .gitignore515 B
  • LICENSE.md1.2 KB
  • README.md730 B
  • RELEASE_NOTES.md7.1 KB
  • analytics.py1.4 KB
  • app.log0 B
  • app.py8.2 KB
  • auth.py4.9 KB
  • db.py3.3 KB
  • requirements.txt214 B
  • run.ps1529 B
  • travel.db24 KB
.gitignoreindex.html
.gitignore
Raw Download
Find: Go to:
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg

# Virtual Environment
venv/
ENV/
env/

# Flask
instance/
.webassets-cache

# Database
*.db
*.sqlite
*.sqlite3

# Logs
*.log
app.log

# Environment variables
.env
.env.local

# IDE
.vscode/
.idea/
*.swp
*.swo
*~

# OS
.DS_Store
Thumbs.db

# Temporary files
*.tmp
*.bak
*.cache
60 lines•515 B
text
templates/index.html
Raw Download
Find: Go to:
<!-- RSK World - Free Programming Resources & Source Code -->
<!-- Founder: Molla Samser | Designer & Tester: Rima Khatun -->
<!-- Website: https://rskworld.in/contact.php | Year: 2026 -->
<!doctype html>
<html lang="en">
  <head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Travel Assistant Bot</title>
    <link rel="stylesheet" href="/static/css/style.css">
  </head>
  <body>
    <header>
      <div class="header-grid">
        <div>
          <h1 id="title-text">Travel Assistant Bot</h1>
          <p id="subtitle-text">Book flights and hotels, get recommendations, plan itineraries, and check weather.</p>
        </div>
        <div class="controls">
          <select id="lang-select">
            <option value="en">English</option>
            <option value="bn">বাংলা</option>
          </select>
          <div class="auth">
            <input id="auth-email" type="email" placeholder="Email">
            <input id="auth-pass" type="password" placeholder="Password">
            <button id="auth-register">Register</button>
            <button id="auth-login">Login</button>
          </div>
        </div>
      </div>
    </header>
    <main>
      <section class="chat">
        <div id="messages" class="messages"></div>
        <form id="chat-form">
          <input id="chat-input" type="text" placeholder="Ask me anything about your trip..." required>
          <button id="send-btn" type="submit">Send</button>
        </form>
      </section>

      <section class="tools">
        <h2 id="tools-title">Quick Tools</h2>
        <div class="tool">
          <label><input type="checkbox" id="dark-toggle"> Dark Mode</label>
        </div>
        <div class="tool">
          <h3 id="flights-title">Search Flights</h3>
          <input id="flight-origin" placeholder="Origin (e.g., NYC)">
          <input id="flight-destination" placeholder="Destination (e.g., SFO)">
          <input id="flight-date" type="date">
          <button id="flight-search">Search</button>
          <pre id="flight-results"></pre>
        </div>

        <div class="tool">
          <h3 id="hotels-title">Search Hotels</h3>
          <input id="hotel-city" placeholder="City (e.g., Paris)">
          <input id="hotel-checkin" type="date">
          <input id="hotel-checkout" type="date">
          <button id="hotel-search">Search</button>
          <pre id="hotel-results"></pre>
        </div>

        <div class="tool">
          <h3 id="weather-title">Weather</h3>
          <input id="weather-location" placeholder="Location (e.g., Tokyo)">
          <button id="weather-check">Check</button>
          <pre id="weather-results"></pre>
        </div>

        <div class="tool">
          <h3 id="itinerary-title">Itinerary</h3>
          <button id="itinerary-list">List Itineraries</button>
          <button id="itinerary-add">Add Sample Itinerary</button>
          <pre id="itinerary-results"></pre>
        </div>

        <div class="tool">
          <h3>Budget Calculator</h3>
          <input id="budget-nights" type="number" placeholder="Nights">
          <input id="budget-hotel" type="number" placeholder="Hotel/night USD">
          <input id="budget-flight" type="number" placeholder="Flight USD">
          <input id="budget-extras" type="number" placeholder="Extras USD">
          <button id="budget-calc">Calculate</button>
          <pre id="budget-results"></pre>
        </div>

        <div class="tool">
          <h3>Share Itinerary</h3>
          <input id="share-id" type="number" placeholder="Itinerary ID">
          <button id="share-make">Create Share Link</button>
          <pre id="share-results"></pre>
        </div>
      </section>
    </main>
    <footer>
      <p>&copy; 2026 RSK World</p>
    </footer>
    <script src="/static/js/app.js"></script>
  </body>
  </html>
103 lines•3.8 KB
markup
🚀 Support RSK World

Subscribe to our YouTube channel for latest tutorials & updates!



Click subscribe & support our work ❤️

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