Search code examples
pythondownloadpython-3.xwikipediapywikibot

Python-Wikipedia Automated Downloader


[Using Python 3.1] Does anyone have any idea how to make a Python 3 application allow the user to write a text file with multiple words separated with commas. The program should read the file, and download the Wikipedia page of the requested item. e.g. if they typed hello,python-3,chicken it would go to Wikipedia and download http://www.wikipedia.com/wiki/hello, http://www.wikip... Anyone think they can do this?

When I say "download" I mean download the text, doesn't matter about images.


Solution

  • Look up urllib.request.