News aggregator website like now abandoned Google Feeds.
To work locally:
- Go to same directory as the cloned repository
- Run
pip install virtualenv
in terminal. - Run
python -m virtualenv venv
in terminal. ( This will create a virtual environment in python for containerizing your python modules ) - Run
\venv\Scripts\activate
( This will activate the virtual environment created above ) - Run
pip install django
( This will install django framework of python in your virtual environment, you can install your required modules here without affecting main system. You can check correctly installed modules usingpip list
) - Keep in mind to do Step 4 whenever you reopen command line/terminal to work on project again.
Install these libraries in virtual environment:
- requests
- beautifulsoup
- django
- Pillow
- numpy
- pandas
- lxml
- urllib3
- certifi