A simple command-line chatbot that helps answer common GCash support concerns using predefined solution files.
- Python 3.8+
pip install -r requirements.txtpython gcash.pygcash.py- main chatbot flowgcashlibrary.py- chatbot data, patterns, and solution-file mappingSolutions/- text-based responses and CSV data used by the chatbot
- The app uses
nltkstopwords and will download them on first run. - Keep the
Solutionsfolder structure unchanged so file paths continue to work.