Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/moul/bot
🤖 my personal bot / virtual assistant (GitHub, Discord, HTTP+gRPC API, Twitter, Coffee, etc)
https://github.com/moul/bot
assistant bot personal personal-assistant personal-bot virtual-assistant
Last synced: 17 days ago
JSON representation
🤖 my personal bot / virtual assistant (GitHub, Discord, HTTP+gRPC API, Twitter, Coffee, etc)
- Host: GitHub
- URL: https://github.com/moul/bot
- Owner: moul
- License: other
- Created: 2020-05-26T18:21:22.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-12-30T20:08:04.000Z (18 days ago)
- Last Synced: 2024-12-30T21:19:33.114Z (18 days ago)
- Topics: assistant, bot, personal, personal-assistant, personal-bot, virtual-assistant
- Language: Go
- Homepage: https://manfred.life/moul-bot
- Size: 306 KB
- Stars: 13
- Watchers: 3
- Forks: 1
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE-APACHE
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
- Security: SECURITY.md
- Authors: AUTHORS
Awesome Lists containing this project
README
# bot
:smile: bot
![CI](https://github.com/moul/bot/workflows/CI/badge.svg)
[![go.dev reference](https://img.shields.io/badge/go.dev-reference-007d9c?logo=go&logoColor=white)](https://pkg.go.dev/moul.io/bot)
[![License](https://img.shields.io/badge/license-Apache--2.0%20%2F%20MIT-%2397ca00.svg)](https://github.com/moul/bot/blob/master/COPYRIGHT)
[![GitHub release](https://img.shields.io/github/release/moul/bot.svg)](https://github.com/moul/bot/releases)
[![Go Report Card](https://goreportcard.com/badge/moul.io/bot)](https://goreportcard.com/report/moul.io/bot)
[![CodeFactor](https://www.codefactor.io/repository/github/moul/bot/badge)](https://www.codefactor.io/repository/github/moul/bot)
[![codecov](https://codecov.io/gh/moul/bot/branch/master/graph/badge.svg)](https://codecov.io/gh/moul/bot)
[![Docker Metrics](https://images.microbadger.com/badges/image/moul/bot.svg)](https://microbadger.com/images/moul/bot)
[![GolangCI](https://golangci.com/badges/github.com/moul/bot.svg)](https://golangci.com/r/github.com/moul/bot)
[![Made by Manfred Touron](https://img.shields.io/badge/made%20by-Manfred%20Touron-blue.svg?style=flat)](https://manfred.life/)## Usage
TODO
## Install
### Using go
```console
$ go get -u moul.io/bot
```### Releases
See https://github.com/moul/bot/releases
## License
© 2020 [Manfred Touron](https://manfred.life)
Licensed under the [Apache License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0) ([`LICENSE-APACHE`](LICENSE-APACHE)) or the [MIT license](https://opensource.org/licenses/MIT) ([`LICENSE-MIT`](LICENSE-MIT)), at your option. See the [`COPYRIGHT`](COPYRIGHT) file for more details.
`SPDX-License-Identifier: (Apache-2.0 OR MIT)`