https://www.youtube.com/watch?v=EcoatjwxnFA
https://www.figma.com/file/lImReIF3WCqdnEGKJ9VOs1/prototype?node-id=3%3A2
pip install -r requirements.txt 실행
python get_news_data.py 실행
위 dataframe -> 같은 디렉토리에 "news.csv" 파일로 저장됨
"short_content" 컬럼 채운 후 df.to_csv("news.csv",encoding="utf-8")
"result","confidence" 컬럼 채운 후 df.to_csv("news.csv",encoding="utf-8")
"stance" 컬럼 채운 후 df.to_csv("news.csv",encoding="utf-8")
python store_news_data.py 실행