Content Aggregator using Django
Live Demo : ContentAggregator
- News Feed
- Tech / Programming Articles Feed
- NSE Top Gainers and Losers List
- RSS Implementation
- nsetools library not working due to change in NSE website
Clone this repository
git clone https://github.com/shaanguptaa/contentAggregator.git
Navigate to the project directory
cd contentAggregator
Install the requirements
pip install -r requirements.txt
Run the Django server
python manage.py runserver
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
This project is licensed under the MIT License - see the LICENSE file for details.