Bot Template

Another Bot Template.
based on this and this.

For Start you need to do:

  • rename app/data/_app.toml -> app/data/app.toml.
  • psql -d -U -f schema.sql to cmd for create tables.
  • and see this intructions for i18n if you want.
  • python -m pytest tests/ for run tests