NikamRohan / News-Aggregator

News Aggregator Using Python,Django ,Scrapy Frameworks.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NewsAggregator

Stay Updated With Latest News Articles From Top News Websites Across Various Fields

Installation

  1. First clone the repository in your system.

    git clone https://github.com/NikamRohan/News-Aggregator.git

  2. Then Change Directory to News-Aggregator.

    cd News-Aggregator

  3. Then start Virtual Environment within current Directory.

    virtualenv virtual_environment_name

    virtual_environment_name\Scripts\activate

  4. Then install the dependencies from requirements.txt.

    pip install -r requirements.txt

  5. Then Apply Migrations.

    python manage.py makemigrations

    python manage.py migrate

  6. Execute the manage.py file to runserver.

    python manage.py runserver

  7. Then Goto your favourite Browser and Type in localhost:8000.

  8. Now you should be able to navigate through the website and explore its features.

Screenshots of Website

Home Page

Screenshot (188)

Register Page

Screenshot (189)

Login Page

Screenshot (191)

Dashboard of User After Logging In

Screenshot (190)

After Clicking on Tech Button

Screenshot (193)

After Clicking on Economy Button

Screenshot (194)

After Clicking on Sports Button

Screenshot (195)

After Clicking on Politics Button

Screenshot (196)

After Clicking on Lifestyle & Health Button

Screenshot (197)

After Clicking on Entertainment Button

Screenshot (198)

Forgot Password Page Here User Have to Input Registered Email-Id Password Reset-link will be sent on the same

Screenshot (199)

Profile Page of User User could Add New Profile Photo(by default one is added during registration)

Screenshot (200)

About

News Aggregator Using Python,Django ,Scrapy Frameworks.

License:MIT License


Languages

Language:Python 61.6%Language:HTML 24.2%Language:CSS 9.6%Language:JavaScript 4.5%