https://github.com/wdhowe/lemme-know-bot
A Telegram bot to monitor a group chat for keywords.
https://github.com/wdhowe/lemme-know-bot
clojure lein leiningen telegram telegram-bot
Last synced: 11 months ago
JSON representation
A Telegram bot to monitor a group chat for keywords.
- Host: GitHub
- URL: https://github.com/wdhowe/lemme-know-bot
- Owner: wdhowe
- License: epl-2.0
- Created: 2020-11-23T05:44:03.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-01-30T01:26:53.000Z (over 2 years ago)
- Last Synced: 2024-07-08T17:37:30.008Z (almost 2 years ago)
- Topics: clojure, lein, leiningen, telegram, telegram-bot
- Language: Clojure
- Homepage:
- Size: 31.3 KB
- Stars: 9
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# lemme-know-bot
[![Build Status][gh-actions-badge]][gh-actions] [![Clojars Project][clojars-badge]][clojars] [![Clojure Docs][cljdoc-badge]][cljdoc-link] [![Clojure version][clojure-v]](project.clj)
A Telegram Bot that mentions you when your specified text in a chat matches.
For details on the latest release, see the [Releases](https://github.com/wdhowe/lemme-know-bot/releases).
See the [wiki for usage](https://github.com/wdhowe/lemme-know-bot/wiki).
## License
Copyright © 2020-2022 Bill Howe
This program and the accompanying materials are made available under the
terms of the Eclipse Public License 2.0 which is available at
.
This Source Code may also be made available under the following Secondary
Licenses when the conditions for such availability set forth in the Eclipse
Public License, v. 2.0 are satisfied: GNU General Public License as published by
the Free Software Foundation, either version 2 of the License, or (at your
option) any later version, with the GNU Classpath Exception which is available
at .
----
[gh-actions-badge]: https://github.com/wdhowe/lemme-know-bot/workflows/ci%2Fcd/badge.svg
[gh-actions]: https://github.com/wdhowe/lemme-know-bot/actions
[cljdoc-badge]: https://cljdoc.org/badge/lemme-know-bot/lemme-know-bot
[cljdoc-link]: https://cljdoc.org/d/lemme-know-bot/lemme-know-bot/CURRENT
[clojure-v]: https://img.shields.io/badge/clojure-1.11.1-blue.svg
[clojars]: https://clojars.org/lemme-know-bot
[clojars-badge]: https://img.shields.io/clojars/v/lemme-know-bot.svg