rwlist / bubot

Yet another bot for stocks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bubot

docker-compose

version: "3.7"
services:
  bubot:
    image: ghcr.io/rwlist/bubot:latest
    env_file:
      - .env
    restart: unless-stopped
Development

Make sure you have:

EnvFile plugin

EnvFile plugin for GoLand is useful for applying conf from .env files. Install here.

To use it:

  • Open [Run configuration]
  • Select EnvFile tab
  • Add file .env from repo root
    • On macOS press shirt+cmd+. to display hidden files

About

Yet another bot for stocks

License:MIT License


Languages

Language:Go 93.1%Language:Dockerfile 6.9%