This is a very simple Python chatbot that describes cybersecurity and the CIA Triad (confidentiality, integrity, availability). This was my first time coding a chatbot, and I was able to learn new concepts.
- Download the chatbot file from the "Releases" section (assets → main)
- Open Terminal
- Run these commands:
cd ~/Downloads
chmod +x main
xattr -d com.apple.quarantine main
./mainain