Go to file
2019-06-09 21:13:00 +03:00
src Random quotes via /random, make test 2019-06-09 20:27:15 +03:00
.env.dist Changed WEBHOOK_PORT to PORT 2019-06-09 13:28:07 +03:00
.gitignore Refactor 2019-06-09 12:42:12 +03:00
.travis.yml Possible fix for travis 2019-06-09 21:13:00 +03:00
go.mod CI/CD, goquery 2019-06-09 20:16:14 +03:00
go.sum CI/CD, goquery 2019-06-09 20:16:14 +03:00
LICENSE Initial commit 2019-06-08 22:19:51 +03:00
Makefile Possible fix for travis 2019-06-09 21:13:00 +03:00
README.md CI/CD, goquery 2019-06-09 20:16:14 +03:00

This bot will show latest quotes from bash.im. Also it can (but not yet) work inline.

  • Ability to fetch latest quotes from bash.im
  • Ability to send quote to dialog via inline mode
  • Integrated search and autocomplete for inline mode
  • Use goquery instead of regular expressions
  • Setup CI/CD
  • Automated version increment
  • Test cases