This application is design to collect and scrap news data from different sources in a unified way using the python packages 'newspaper3k'. Flask module is use to publish information via HTTP method. SQLite is choice as embedded database software for local storage in this application.
>>> pip install flask
>>> pip install newspaper3k
delete from news;
from sqlite_sequence where name='news';
-
Run 'utils.py' to get and insert article.
-
Run 'index.py' to start server.
-
(Or) Run 'run.bat' to start server.
