Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
technocapeman authored Oct 7, 2020
1 parent f5c70e9 commit 916fc40
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Python Chatbot
Hello, and welcome to Python Chatbot! This program was created by Kapilesh Pennichetty and Sanjay Balasubramanian. Through user interaction, it can do the following:

- Retrieve the weather of a location automatically using an IP address or manually with a user input*
- Retrieve the introduction to a Wikipedia article
- Play an interactive story, where you decide how the character reacts to different scenarios
- Retrieve the summary of a Wikipedia article
- Find the weather of any location, automatically by finding the user's location using their external IP address*, or manually by prompting the user to enter a city
- Play an Interactive Story, where the user decides how the character responds to different scenarios

*Please note that if you are going to use the automatic IP address function, you must run it on a local machine for accurate results. This is because the program needs your IP address to accurately find your location, and then it uses your location to retrieve the weather. Also, please disable your VPN or Internet Proxy for accurate results.

Expand Down Expand Up @@ -52,7 +52,6 @@ To operate the chatbot, you must first install these dependencies for the chatbo

Then, download this repository, and run the "main.py" file to start interacting with the chatbot!


Thank you for using Python Chatbot! We hope you enjoy using it!

# Sources
Expand Down

0 comments on commit 916fc40

Please sign in to comment.