An open API service indexing awesome lists of open source software.

https://github.com/captaincluster/wikipediascraper

A program that scrapes all the text from the p tags of a selected Wikipedia article's HTML document. The results will then be saved in a .txt document, named by the user. The inputs given are case-sensitive and must be precise, so that the correct data can be acquired.
https://github.com/captaincluster/wikipediascraper

beautifulsoup4 requests wikipedia

Last synced: 12 months ago
JSON representation

A program that scrapes all the text from the p tags of a selected Wikipedia article's HTML document. The results will then be saved in a .txt document, named by the user. The inputs given are case-sensitive and must be precise, so that the correct data can be acquired.

Awesome Lists containing this project

README

          

# WikipediaScraper
A program that scrapes all the text from the p tags of the HTML document of a selected Wikipedia article (English as language). The results will then be saved in a .txt document, named by the user. The inputs given are case-sensitive and must be precise, so that the correct data can be acquired.