Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andruten/comanditabot
Woof! Woof!
https://github.com/andruten/comanditabot
Last synced: 9 days ago
JSON representation
Woof! Woof!
- Host: GitHub
- URL: https://github.com/andruten/comanditabot
- Owner: andruten
- Created: 2021-05-27T09:18:02.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-23T11:51:27.000Z (about 1 month ago)
- Last Synced: 2024-10-12T07:28:36.740Z (25 days ago)
- Language: Python
- Homepage:
- Size: 124 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Comandita bot
Welcome to Comandita bot 👋. I run with docker :).## Available commands
### MiMiMi
```
/mimimi
```### Weather in Korea
```
/tiempoencorea
```### Save a message
```
/star
```### Punish a message
```
/sentenciador
```## Build, run and test
#### Build bot with development dependencies
```
$ make build_dev
```#### Build bot with production dependencies
```
$ make build
```#### Start bot with development dependencies
```
$ make run_dev
```#### Start bot with production dependencies
```
$ make run
```#### Running Tests
```
$ make test
```