https://github.com/birajcoder/simple-chatty-bot-
This is just a simple chatbot that asks for your name and a simple question to answer. This chatbot will also guess your age if correct information is given.
https://github.com/birajcoder/simple-chatty-bot-
bot hacktoberfest hacktoberfest-accepted hacktoberfest2021
Last synced: 10 months ago
JSON representation
This is just a simple chatbot that asks for your name and a simple question to answer. This chatbot will also guess your age if correct information is given.
- Host: GitHub
- URL: https://github.com/birajcoder/simple-chatty-bot-
- Owner: BirajCoder
- Created: 2021-01-08T16:13:27.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-10-05T14:30:40.000Z (over 4 years ago)
- Last Synced: 2025-02-24T00:41:22.829Z (over 1 year ago)
- Topics: bot, hacktoberfest, hacktoberfest-accepted, hacktoberfest2021
- Language: Python
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple Chatty Bot
A simple bot which asks your name and guessed your correct age with correct information given. The bot also asks three simple Question which needs to be answered correctly. If you are in the mood for a joke, you can even ask the bot to tell you one.
## How to run the code
**Prerequisite** : To check if python is installed in your machine, open cmd/terminal and enter the command
`python --version` or `python3 --version`. If python or python3 is not found install it in your machine.([How to install python?](https://www.python.org/downloads/))
1. Click on download ZIP button on the dropdown of the code button.
2. Extract the folder in your computer.
3. Open cmd/terminal and go to the extracted folder.
4. Type the command `python3 src/bot.py` and hit enter.
5. Now you can play with the bot.
**Note** : If `requests` is not installed please install it using `pip install requests` in cmd/terminal.