Skip to content

API that scrapes articles from a set list of news sources at 6:30 am every morning. Summarizations and links are uploaded to a Database.

License

Notifications You must be signed in to change notification settings

nitro603/article_scraper

Repository files navigation

Article_scraper API

How to Start

1. Create a new Python virtual environment

pip install virtualenv
pip install poetry

python -m venv virtual-env or python3 -m venv virtual-env (Mac)
py -m venv virtual-env (Windows 11)

2. Activate virtual environment

.\virtual-env\Scripts\activate (Windows)
source virtual-env/bin/activate (Mac)

poetry env use python

3. Install dependencies

poetry install

To start: poetry run python file_name

About

API that scrapes articles from a set list of news sources at 6:30 am every morning. Summarizations and links are uploaded to a Database.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages