Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/sah4ez/slack_portfolio
- Owner: sah4ez
- Created: 2017-07-15T15:09:10.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-05-30T14:59:42.000Z (over 3 years ago)
- Last Synced: 2023-03-06T04:13:32.007Z (over 1 year ago)
- Topics: investment-portfolio, moex, python3, slack-bot, yahoo-finance-api
- Language: Python
- Homepage:
- Size: 86.1 MB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
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=
```