Fix bug where work was lost due to silently ignored unpickle errors. Jobs can now access the current Job instance from within. Relevant documentation here. Custom properties can be set by modifying ...
Wikipedia-API is easy to use Python wrapper for Wikipedias' API. It supports extracting texts, sections, links, categories, translations, etc from Wikipedia. Documentation provides code snippets for ...