simwai / finance-news-crawler

Finance News Crawler uses News API to fetch some latest articles and generates a sentiment report with the OpenAI API or VADER

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Finance News Crawler

IDE: VS Code Style: XO Linter License: MIT

The Finance News Crawler is a powerful tool that allows you to crawl finance news articles, perform sentiment analysis using OpenAI GPT, and generate a sentiment report for crypto, stocks, and forex markets.

50 % made ChatGPT

Features

  • Crawls finance news articles from the web
  • Performs sentiment analysis using OpenAI GPT API
  • Generates a sentiment report for crypto, stocks, and forex markets

Getting Started

Follow the steps below to set up the Finance News Crawler project from scratch.

Prerequisites

  • Node.js 16.17.0
  • News API key (sign up at newsapi.org to obtain an API key)
  • OpenAI API key (sign up at openai.com to obtain an API key)

Installation

  1. Clone the repository:

    git clone https://github.com/simwai/finance-news-crawler.git
  2. Install the dependencies:

    cd finance-news-crawler
    npm install
  3. Set up your API keys:

    • Rename config.json.example to config.json
    • Enter the NEWS_API_KEY
    • Enter the OPENAI_API_KEY
    • Choose 'openai' or 'vader' as SENTIMENT_ANALYSIS_ALGORITHM
      VADER (Valence Aware Dictionary and sEntiment Reasoner) is a lexicon and rule-based sentiment analysis tool that is specifically attuned to sentiments expressed in social media.
  4. Run the project:

    npm run-script run
  5. Wait for the Finance News Crawler to crawl the news articles and perform sentiment analysis.

  6. Once the process is complete, the sentiment report will be displayed in the console.

Customization

You can customize the Finance News Crawler according to your needs:

  • Modify the crawling parameters in the crawlFinanceNews function to fetch news articles from different sources or with different criteria.
  • Adjust the sentiment analysis settings in the OpenAI GPT API request to fine-tune the sentiment analysis process.
  • Update the sentiment report format in the crawlFinanceNews function to match your desired output structure.

Contributing

Contributions are welcome! If you find any issues or have suggestions for improvements, please feel free to open an issue or submit a pull request.

License

This project is licensed under the MIT License.

About

Finance News Crawler uses News API to fetch some latest articles and generates a sentiment report with the OpenAI API or VADER


Languages

Language:JavaScript 100.0%