https://github.com/rwlist/bubot
Yet another bot for stocks
https://github.com/rwlist/bubot
Last synced: 3 months ago
JSON representation
Yet another bot for stocks
- Host: GitHub
- URL: https://github.com/rwlist/bubot
- Owner: rwlist
- License: mit
- Created: 2021-06-15T15:26:52.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-08-05T10:35:08.000Z (almost 4 years ago)
- Last Synced: 2025-01-30T08:17:12.080Z (4 months ago)
- Language: Go
- Size: 35.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bubot
# docker-compose
```yaml
version: "3.7"
services:
bubot:
image: ghcr.io/rwlist/bubot:latest
env_file:
- .env
restart: unless-stopped
```Development
Make sure you have:
- Go 1.16, [install](https://golang.org/doc/install)
- GoLand / VSCode / other IDE, [install goland](https://www.jetbrains.com/go/)
- golangci-lint 1.40, [install](https://golangci-lint.run/usage/install/)### EnvFile plugin
EnvFile plugin for GoLand is useful for applying conf from .env files.
Install [here](https://plugins.jetbrains.com/plugin/7861-envfile).To use it:
- Open [Run configuration]
- Select EnvFile tab
- Add file .env from repo root
* On macOS press shirt+cmd+. to display hidden files