Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

Releases: rishaank/chatbot

Steve Chatbot v2.2

22 Jan 16:23
f887914
Compare
Choose a tag to compare

How to install

Linux/other operating systems

  1. Go to my website or my GitHub page to download the .c file

  2. Use a compiler like GCC to compile the .c file

  3. Type cd [the path to the .c file] Note: replace [the path to the .c file] with the path to chatbot.c

  4. Type gcc chatbot.c

  5. Type ./a.out to run Steve

    How to install GCC (Linux)

    1. Open your terminal
    2. Note: in the terminal always type return (enter) after each command
    3. Type in the following command: sudo apt-get install gcc
    4. If prompted to type in your account password do so
    5. 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 type n

MacOS

  1. Go to my website or my GitHub page to download the .zip file
  2. Extract it
  3. Run the executable inside

Windows

  1. Go to my website or my GitHub page to download the .exe installer

  2. 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)

  3. After downloading the file, right-click it and click properties

  4. Check the box that says unblock then click OK

  5. Run setup.exe and proceed with the steps on your screen

How to uninstall

Linux/other operating systems

  1. Delete the .a.out and .c files

    Uninstalling GCC (Linux)

    1. Open the terminal
    2. Note: you have to type enter after every command in the terminal
    3. Type sudo apt-get remove gcc
    4. If prompted type your account password

MacOS

  1. Delete the .zip file you downloaded
  2. Delete all files extracted from the .zip file

Windows

  1. Open Control Panel
  2. Click View by Category
  3. Click Uninstall a program
  4. Find Steve Chatbot and click uninstall
  5. Confirm that you want to uninstall
  6. 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

31 Dec 22:07
52682c5
Compare
Choose a tag to compare

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

29 Dec 04:50
d70d164
Compare
Choose a tag to compare

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

29 Dec 00:42
7b0f8e5
Compare
Choose a tag to compare
Steve chatbot Beta Pre-release
Pre-release

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

10 Dec 03:54
7b0f8e5
Compare
Choose a tag to compare

Removed an unnecessary command/question Steve can respond to.

Steve chatbot Beta

09 Dec 05:34
c655209
Compare
Choose a tag to compare
Steve chatbot Beta Pre-release
Pre-release

FIXED A BUNCH OF SPELLING AND GRAMMAR MISTAKES IN CODE

Steve chatbot Beta 3

09 Dec 02:43
c947e96
Compare
Choose a tag to compare
Steve chatbot Beta 3 Pre-release
Pre-release

Updates:

  • updated README.md
    1. Image now displays
    2. More info on how to use
    3. Added Help section
  • added new responses and more questions that can be supported

Beta version of my ai chatbot

07 Dec 05:23
cc107ee
Compare
Choose a tag to compare
Pre-release

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

07 Dec 03:51
6be4cd1
Compare
Choose a tag to compare
Pre-release

The first version of my ai chatbot.