/Wiki-Information

A simple utility to gather wiki information and import it into a MySQL database

Primary LanguagePythonMIT LicenseMIT

A simple utility for extracting information about wikis from a MediaWiki API.

Provides a single utility/library called wiki_info.

Run ./get_wiki_info -h for command line options. You can also import the library:

import wiki_info

for wi in wiki_info.get("http://en.wikipedia.org"):
    print wi['wiki']

Requires Python 3.