Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 872 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 872 Bytes

Stock Recommender from News (and Other Stock Indicators)

Main Goal : Live tracking good and bad news sentiment for stocks. You can choose to classify by stocks, by industries, or overall news.

List of supported source : https://www.cnbcindonesia.com/tag/ekonomi, https://www.liputan6.com/saham, https://www.cnnindonesia.com/ekonomi, https://www.tempo.co/tag/ekonomi, https://finance.detik.com/ekonomi-bisnis, https://money.kompas.com/

But for the self-project purpose, we only use https://www.cnbcindonesia.com/ and https://www.liputan6.com/saham to simplify the database. But you can activate the other sources config.ini in news_scraper section

Steps to Use :

  1. Clone the repository
git clone [email protected]:ranggarppb/indonesian-stock-news-tracker.git
  1. Create the image for stock-news-scraper
docker build -t stock-news-tracker-scraper .