Skip to content

A simple Python chatbot that provides greetings and Wikipedia links based on user input

License

Notifications You must be signed in to change notification settings

charvijain12/Luna

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Luna: Python Chatbot 🤖

A simple Python chatbot that provides greetings and Wikipedia links based on user input.

Table of Contents 📑

Introduction 🌟

This Python chatbot is designed to respond to user input with greetings and provide Wikipedia links. It can be a fun and interactive way to chat with a computer program.

Features ✨

  • Greeting Responses: The chatbot can greet you and respond based on the time of day.
  • Wikipedia Search: It can search Wikipedia for user-provided topics and provide links to relevant articles.

Getting Started 🚀

  1. Clone this repository to your local machine:

    git clone https://github.com/charvijain12/LUNA.git
  2. Ensure you have Python installed on your system.

  3. Install the required library for Wikipedia API:

    pip install wikipedia-api
  4. Run the chatbot:

    python LUNA.py
  5. Start chatting with the chatbot by typing your messages in the console.

Usage ℹ️

  • The chatbot will respond to greetings and inquiries about its name and well-being.
  • You can ask it to provide a Wikipedia link for a specific topic.
  • Type "exit" to end the chat.

Contributing 🤝

Contributions to this project are welcome! Feel free to submit issues and pull requests.

License 📜

This project is licensed under the MIT License - see the LICENSE file for details.

About

A simple Python chatbot that provides greetings and Wikipedia links based on user input

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published