Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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