Entire codebase is purly based on Kannada Fortunes Cookies project at, https://github.com/aravindavk/fortunes-kn-gaadegalu
Add one kahevata per line to kahevato.txt and run following command:
make
To test above generated fortune database run following command:
fortune kahevato
To convert the kahevato as PHP array, run:
make php
kahevato.php file will be created in the same directory with an array $kahevato
To convert the kahevato data as JSON, run
make json
kahevato.json file will be created in the same directory.