If the database is correctly configured you will see this output:
Creating tables..
users
kogno_sequences
kogno_chat_logs
kogno_scheduled_messages
kogno_matched_messages
kogno_telegram_chat_groups
kogno_long_payloads
kogno_messenger_recurring_notifications
Now, you can configure:
config/application.rb
Also some or all these platforms:
config/platforms/messenger.rb
config/platforms/telegram.rb
config/platforms/whatsapp.rb
config/nlp.rb
Testing in console
The console command lets you interact with your Kogno application from the command line.
To initialize it:
kognoconsole
Once the console has been opened, any class, instance or function declared in the project can be called.
Loading production environment (Kogno1.0.1)2.7.0:001> user =User.first2.7.0:002> user.notification.text "Hello World!"2.7.0:003> user.notification.send