Skip to content

shadowshunterpgc/cybersoul-dashboard-financeiro

Repository files navigation

{ cybersoul }

Author: Pablo Gomes Corrêa | Date: 28/02/2025

Dashboard Financeiro

img_1.png img_2.png img_3.png

Necessidades

  • Dólar em tempo real
  • Cadastro de ativos para monitoramento e coleta de dados
  • Exclusão de ativos
  • Previsão sobre lucros em investimentos com base nos dados de histórico
  • Verificar qual a melhor API para obter os dados de investimentos
  • Envio de notificações por e-mail ao aumentar um ativo em 5% ou mais
  • Notícias sobre as ações na lista

Dependências

  • Streamlit
  • CrewAI
  • Base SQLite

Instalação

python -m venv .venv
pip install -r requirements.txt
  • CrewAI
  pip install 'crewai[tools]'
  pip show crewai
  • Streamlit
  pip install streamlit
  • Poetry
  curl -sSL https://install.python-poetry.org | python3 -
  poetry version
  poetry init
  poetry add streamlit
  poetry add 'crewai[tools]'

Executando o projeto com o poetry

   poetry run streamlit run app/dashboard.py

Docker img.png

APIs

About

Dashboard financeiro, gerencia suas ações na bolsa americana

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages