Releases: rishaank/chatbot
Steve Chatbot v2.2
How to install
Linux/other operating systems
-
Go to my website or my GitHub page to download the .c file
-
Use a compiler like GCC to compile the .c file
-
Type
cd [the path to the .c file]
Note: replace [the path to the .c file] with the path to chatbot.c -
Type gcc chatbot.c
-
Type ./a.out to run Steve
How to install GCC (Linux)
- Open your terminal
- Note: in the terminal always type return (enter) after each command
- Type in the following command:
sudo apt-get install gcc
- If prompted to type in your account password do so
- If you get a conformation y/n question telling you how much storage it will take, type
y
, if you are ok with the amount of storage it will take, else typen
MacOS
- Go to my website or my GitHub page to download the .zip file
- Extract it
- Run the executable inside
Windows
-
Go to my website or my GitHub page to download the .exe installer
-
Your browser or Windows might warn you when downloading, but if you trust Steve chatbot, you can ignore these (in your browser click the arrow then keep or resume. Or more info then keep or run anyway)
-
After downloading the file, right-click it and click properties
-
Check the box that says unblock then click OK
-
Run setup.exe and proceed with the steps on your screen
How to uninstall
Linux/other operating systems
-
Delete the .a.out and .c files
Uninstalling GCC (Linux)
- Open the terminal
- Note: you have to type enter after every command in the terminal
- Type sudo apt-get remove gcc
- If prompted type your account password
MacOS
- Delete the .zip file you downloaded
- Delete all files extracted from the .zip file
Windows
- Open Control Panel
- Click View by Category
- Click Uninstall a program
- Find Steve Chatbot and click uninstall
- Confirm that you want to uninstall
- You will get a message when Steve Chatbot was successfully uninstalled
Bug Fixes and New Features
- Changed installation instructions in README
- Made installer install to all users by default
- Removed version number in the application when uninstalling
- Made create desktop shortcut checked by default in the installer
- Made installer create a Start Menu folder with the application files
Steve chatbot
Bug fixes and new features:
- New MacOS version of Steve chatbot
Tips:
-
It is recommended to extract the zip file with Archive Utility (to do this, right-click on the zip file then hover over open with and click other. Then click the search and type Archive Utility and click on the app and click open)
-
When opening the file, MacOS may say that the file is unsafe and it won't open it. It is your choice to decide if the file is safe or not and if you want to open it. To open it go into System Preferences then click on Security and Privacy and go to the General tab and click Open anyway on the bottom and then click Open.
Steve chatbot
Bug Fixes and new features list
- Steve now has a conversation with you by talking to you more as you talk to him
- Steve now comes with an installer (specifically designed for Windows 10 in a .exe format)
- 'about' section updated
- README.md has new install instructions and new picture descriptions. It also has more photos.
TIP
When downloading the .exe installer, Windows might say that the file could "harm your device" This file doesn't contain harmful code so you can ignore this prompt by clicking the three dots and then keep. You can also report this file as safe if you want to. This will report to Microsoft that this file is safe. When running the program windows defender might say that it prevented you from running the program to protect your PC. If you trust this installer, just click more info then run anyway.
TIP 2
To uninstall Steve chatbot (if you installed it from the .exe installer) you have to open the control panel, programs, uninstall a program, then find steve chatbot and click uninstall, then follow the instructions on your screen.
Steve chatbot Beta
BETA RELEASE OF V2.0 of Steve chatbot
this beta has an exe installer to install Steve on computers that support exe installers. New features, bug fixes, and more will be in v2.0
The only difference between v1.1 and v1.0 is that 1.1 has an installer
Steve chatbot
Removed an unnecessary command/question Steve can respond to.
Steve chatbot Beta
FIXED A BUNCH OF SPELLING AND GRAMMAR MISTAKES IN CODE
Steve chatbot Beta 3
Updates:
- updated README.md
- Image now displays
- More info on how to use
- Added Help section
- added new responses and more questions that can be supported
Beta version of my ai chatbot
Update fixes bugs in the previous version:
- "What is your name?" gives a different response
- Fixed having no close brackets after an "else if" statement
- Created new README.md file
- Fixed image not showing up in REAME.md file
- Edited README.md file (multiple times)
Beta version of my ai chatbot
The first version of my ai chatbot.