src/fushinpkg/submodule

Types

FushinItem = tuple[situation: string, ## Situation in which fushinsha occurred
                   serif: string, ## Words uttered by fushinsha
                   location: string, ## Places where fushinsha has issued
                   category: string, ## Classification of fushinsha
                   date: string]
An item of Fushinsha information
FushinItems = TableRef[Ym, seq[FushinItem]]
An table of target year/month and fushinsha items
Ym = string

Procs

proc getFushinSelifItems(beginYear: int = 2017; endYear: int = int.high;
                         printProgress: bool = true): FushinItems {....raises: [
    ValueError, IOError, OSError, Exception, HttpRequestError, LibraryError,
    SslError, TimeoutError, ProtocolError, KeyError, ParseError], tags: [
    WriteIOEffect, ReadIOEffect, RootEffect, TimeEffect, ReadDirEffect,
    ReadEnvEffect].}
Get fushinsha serif data. Returns data as item.