Skip to content

Latest commit

 

History

History
38 lines (32 loc) · 1.16 KB

File metadata and controls

38 lines (32 loc) · 1.16 KB

pyWikipedia

GitHub repo size GitHub language count GitHub last commit GitHub Release Date GitHub license

pyW

Collaborators

Profile Daniel on GitHub
Daniel Lopes

Summary

A scraper for wikipedia, through a term of search is possible to take the content about on it, by wikipedia. The scraper exports the content in json, generated by search.

Requirements

  • Python 3.8
  • BeautifulSoup 4.10
  • Requests 2.27

How to use

python main.py [Phrase to be searched, spaces are allowed between words]

License