Scraping news from websites using Beautiful Soup, Request, News API, Django 3.1.2
.
Setup project environment with virtualenv and pip with git bash
$ virtualenv env
$ source env/Scripts/activate
$ pip install -r requirements.txt
# Run
$ cd news_scraper
$ python manage.py runserver
#Then visit http://localhost:8000 to view the app.
- Collect International news using NewsApiClient
- Collect Local Sports news using BeautifulSoup, Requests
Please feel free to fix bugs, improve things, provide documentation. Just send a pull request.