A simple Python chatbot that provides greetings and Wikipedia links based on user input.
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.
- 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.
-
Clone this repository to your local machine:
git clone https://github.com/charvijain12/LUNA.git
-
Ensure you have Python installed on your system.
-
Install the required library for Wikipedia API:
pip install wikipedia-api
-
Run the chatbot:
python LUNA.py
-
Start chatting with the chatbot by typing your messages in the console.
- 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.
Contributions to this project are welcome! Feel free to submit issues and pull requests.
This project is licensed under the MIT License
- see the LICENSE file for details.