Pymoe.ln.get

Pymoe.ln.get.active()[source]

Get a list of active projects.

Return list:A list of tuples containing a title and pageid in that order.
Pymoe.ln.get.chapters(title: str)[source]

Get a list of chapters for a visual novel. Keep in mind, this can be slow. I’ve certainly tried to make it as fast as possible, but it’s still pulling text out of a webpage.

Parameters:title (str) – The title of the novel you want chapters from
Return OrderedDict:
 An OrderedDict which contains the chapters found for the visual novel supplied
Pymoe.ln.get.cover(pageid: str)[source]

Get a cover image given a page id.

Parameters:pageid (str) – The pageid for the light novel you want a cover image for
Return str:the image url or None