A Content Aggregation Website is a place where people can go to see all latest news and contents from different places. A content aggregator fetches information from various places online and gathers all of that information in one place. Therefore, you don’t have to visit multiple sites to get the latest info.
- Clone repository
git clone https://github.com/harryCarpio/ContentAggregator
- Move into project
cd ContentAggregator
- Create a virtual environment and activate
pip install virtualenv
virtualenv venv
source venv/Scripts/activate
- Install requeriments
pip install -r requirements.txt
- Fetch feed news
python manage.py aggregate
- Run server
python manage.py runserver
- Go to home Django home page http://127.0.0.1:8000/
- Fetch feed news from three sources
- Mashable
- The verge
- TechCrunch
- Shows list of feed news on Django home page
- Django
- Sqlite