Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sah4ez/slack_portfolio

Slack-bot for management investment portfolio
https://github.com/sah4ez/slack_portfolio

investment-portfolio moex python3 slack-bot yahoo-finance-api

Last synced: 8 days ago
JSON representation

Slack-bot for management investment portfolio

Awesome Lists containing this project

README

        

## pyenv

For local development install [pyenv](https://github.com/pyenv/pyenv-installer)

Create virtual env:
```bash
pyenv viratul 3.8.8 portfolio
pyenv activate portfolio
```

And install requirements:
```bash
pip install -r ./requirements.txt
```

Or build docker:
```
make build
```

## System environment

Local run:
```
env TOKEN_BOT= python main.py
```

or Docker:
```
make run TOKEN_BOT=
```