+
+
+

About this project

+

News aggregator is a Django project to scrape a news website using Beautiful soup and request module and hence combination of web crawlers and web applications. Both of these technologies have their implementation in Python.

+

+ Load News with scrapping + Loda News with rss feeder +

+ {% if new_feed %} + + {%else%} + + {% endif %} +
+
+ +
+
+
+
+

Latest News

+
+ + {% for object in object_list %} +
+
+ Card image cap +
+

+

{{object.title}}

+ Read More → +
+ +
+
+ {% endfor %} +
+
+