bash.im-telegram-bot/README.md

10 lines
570 B
Markdown
Raw Normal View History

2019-06-09 21:34:33 +03:00
[![Build Status](https://travis-ci.com/Neur0toxine/bash.im-telegram-bot.svg?branch=master)](https://travis-ci.com/Neur0toxine/bash.im-telegram-bot)
2019-06-08 22:16:40 +03:00
This bot will show latest quotes from bash.im. Also it can (but not yet) work inline.
- [x] Ability to fetch latest quotes from bash.im
2019-06-09 12:42:12 +03:00
- [x] Ability to send quote to dialog via inline mode
- [x] Integrated search and autocomplete for inline mode
2019-06-09 20:16:14 +03:00
- [x] Use [goquery](https://github.com/PuerkitoBio/goquery) instead of regular expressions
- [x] Setup CI/CD
2019-06-09 12:42:12 +03:00
- [ ] Automated version increment
2019-06-09 20:16:14 +03:00
- [ ] Test cases