Skip to content

yx-fan/news-collector

Repository files navigation

news-collector

A Django-based application for collecting and processing news from RSS resources. The goal is to collect news and identify the influence on stock market.

Environment Settings

To set up the environment, follow these steps:

  1. Clone the repository:

    git clone <repository-url>
    cd news-collector
  2. Create and activate a virtual environment:

    python -m venv news-collector-env
    source news-collector-env/bin/activate
  3. Install the dependencies:

    pip install -r requirements.txt
  4. Initialize the application:

    python initialize.py

Running the Application

  1. Apply database migrations:

    python manage.py migrate
  2. Run the development server:

    python manage.py runserver

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors