The back-end app uses requests and Beautiful Soup library scrape a Wikepedia page and record which passages need citations. The web scraper reports the number of citations needed and the relevant passage text.
- chatGPT
- Beautiful Soup
pip install -r requirements.txt
Alternatively:
pip install requestspip install beautifulsoup4
- N/A
python3 -m web_scraper.scraper
- N/A
- N/A