News-Aggregator
Django project to scrape a news website using Beautiful soup and display in our template.
File Explorer
Download Latest Version (.zip)- __init__.cpython-311.pyc
- __init__.cpython-38.pyc
- admin.cpython-311.pyc
- admin.cpython-38.pyc
- apps.cpython-311.pyc
- models.cpython-311.pyc
- models.cpython-38.pyc
- urls.cpython-311.pyc
- urls.cpython-38.pyc
- views.cpython-311.pyc
- views.cpython-38.pyc
- 0001_initial.cpython-311.pyc
- 0001_initial.cpython-38.pyc
- __init__.cpython-311.pyc
- __init__.cpython-38.pyc
- 0001_initial.py
- __init__.py
- home.html
- __init__.py
- admin.py
- apps.py
- models.py
- tests.py
- urls.py
- views.py
- __init__.cpython-311.pyc
- __init__.cpython-38.pyc
- settings.cpython-311.pyc
- settings.cpython-38.pyc
- urls.cpython-311.pyc
- urls.cpython-38.pyc
- wsgi.cpython-311.pyc
- wsgi.cpython-38.pyc
- __init__.py
- asgi.py
- settings.py
- urls.py
- wsgi.py
- db.sqlite3
- manage.py
- requirements.txt
- breaking_light_mode.PNG
- breaking_night_mode.PNG
- copy_to_clipboard.PNG
- entertainment_light_mode.PNG
- entertainment_night_mode.PNG
- facebook_share.PNG
- latest_light_mode.PNG
- latest_night_mode.PNG
- opinion_light_mode.PNG
- opinion_night_mode.PNG
- Options_select.PNG
- polititcs_light_mode.PNG
- polititcs_night_mode.PNG
- sports_light_mode.PNG
- sports_night_mode.PNG
- ss.PNG
- ss1.PNG
- telegram_share.PNG
- whatsapp_share.PNG
- .gitignore
- README.md
# Installation Guide
git clone https://github.com/sakship31/News-Aggregator
Downloads the entire project code from GitHub to your computer.
cd News-Aggregator
Moves into the project folder you just downloaded.
2. Official Install Script
Easy Recommended- Python 3 Python is required to use pip.
pip install bs4
Installs the package published on PyPI directly β no need to clone the source.
pip install requests
Installs the package published on PyPI directly β no need to clone the source.
pip install django-social-share
Installs the package published on PyPI directly β no need to clone the source.
Pulled directly from this repo's README.
3. Python
Easypip install bs4
Installs the package published on PyPI directly β no need to clone the source.
pip install requests
Installs the package published on PyPI directly β no need to clone the source.
pip install django-social-share
Installs the package published on PyPI directly β no need to clone the source.
Pulled directly from this repo's README.
