A News aggregator website which scrapes news from popular news websites built using pyramid and tailwind.
- Clone this repo using
git clone https://github.com/singhkumarpratik/news-aggregator-pyramid.git
. - Install dependencies using
pip install -r requirements.txt
. - Change Directory
cd news-aggregator
. - Run
python setup.py develop
. - Run development server by
pserve development.ini --reload
Click here to view video demo.