mirror of
https://github.com/Neur0toxine/bash.im-telegram-bot.git
synced 2024-11-21 20:56:10 +03:00
src | ||
.env.dist | ||
.gitignore | ||
.travis.yml | ||
go.mod | ||
go.sum | ||
LICENSE | ||
Makefile | ||
README.md |
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