Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: dashboard news 파트 추가 #21

Merged
merged 1 commit into from
Feb 17, 2024

Conversation

Eddie-JUB
Copy link
Contributor

@Eddie-JUB Eddie-JUB commented Feb 16, 2024

Overview

  • 업데이트된 streamlit의 dashboard에 필요한 기능 구현

Change Log

  • prediction에 candle matching 모듈 추가
  • dashboard에 news 추가
  • streamlit 폴더 생성
  • .gitignore 추가

To Reviewer

  • 뉴스의 경우 크롤링 기반이라 이후에 'User-Agent' 수정 필요 할 수 있음
  • get_news()는 추후 별도 모듈로 뺄 예정: streamlit 사용 안할 경우 대비
  • candle matching의 경우 현재 interval이 day일 경우만 적용됨. 추후 수정 필요

Issue Tags

@MalMyeong
Copy link
Contributor

  • streamlit_news.py와 dashboard.py에 동일한 내용이 작성되어 있는거로 보이는데 이유가 있으실까요?

@Eddie-JUB
Copy link
Contributor Author

일차적으로 코드 구현한거 dashboard에 합쳐 놓았습니다.
추후에 streamlit 사용하지 않을 경우 모듈로 사용하려고 남겨뒀습니다.

@MalMyeong MalMyeong merged commit b745ed0 into main Feb 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FEAT] Streamlit dashboard 구현
2 participants