The Kotlin rewrite of the Glyph Discord bot.
Glyph is an experimental Discord bot that uses DialogFlow to attempt to understand and process natural language requests as opposed to a traditional command based bot.
To learn more about how to use Glyph, check out the documentation here.
In order to host your own copy of Glyph, some set up will be required.
- Create and train a DialogFlow agent that understands all actions Glyph's
skills refer to
- Action is in the format "skill.feedback"
- All references entities must be understood too
- A free ("Trial") plan is sufficient
- You should disable "Log interaction to Dialogflow"
- Create a PostgreSQL database and Redis data store
- Set the needed environment variables as seen in the application.conf files
- Build and start the bot and config website
Glyph was previously licensed under the GNU Affero General Public License (AGPL) and has now been re-licensed under the MIT License. See the LICENSE.md file for details.