Bot into main #71

Merged
NormalParameter merged 55 commits from bot into main 2022-04-25 15:02:35 +00:00
Showing only changes of commit 0aee85d718 - Show all commits

View File

@ -56,6 +56,6 @@ if __name__ == '__main__':
print("fetching top news by keyword business...")
articles = get_top_news_by_keyword("bitcoin")
articles = get_all_news_by_keyword("bitcoin")
formatted_article = format_article(articles["articles"][0])
print(formatted_article)