Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/semior001/multibot-utility
some simple bots to help using and managing chats in messengers
https://github.com/semior001/multibot-utility
Last synced: about 2 months ago
JSON representation
some simple bots to help using and managing chats in messengers
- Host: GitHub
- URL: https://github.com/semior001/multibot-utility
- Owner: Semior001
- License: mit
- Created: 2020-03-11T00:25:47.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-03T21:39:41.000Z (over 4 years ago)
- Last Synced: 2024-06-20T01:52:58.994Z (7 months ago)
- Language: Go
- Homepage:
- Size: 1.2 MB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# MultibotUtility ![Go](https://github.com/Semior001/multibot-utility/workflows/Go/badge.svg) [![Go Report Card](https://goreportcard.com/badge/github.com/semior001/multibot-utility)](https://goreportcard.com/report/github.com/semior001/multibot-utility) [![godoc](https://godoc.org/github.com/semior001/multibot-utility?status.svg)](https://godoc.org/github.com/Semior001/multibot-utility) [![Coverage Status](https://coveralls.io/repos/github/Semior001/multibot-utility/badge.svg)](https://coveralls.io/github/Semior001/multibot-utility)
several bots to make your life with messengers easier
## GroupsBot - creates telegram groups to ping a group of persons
## usage
```
<@user1>: can any @admins answer to me?
<@multibot>: @user2, @user3, @user4
<@user2>: answering
```## todo
* [ ] thread safety
* [ ] tests
* [ ] CI