Namespace: eatdiner documentation

datajunk~djunk.eatdiner

The other parsing helper Object see module:datajunk~DataJunk#eatd

Properties:
Name Type Description
checkwhat function

identify news subject

checkstyle function

identify news type (bearish or bullish)

checkwrd function

check feed against wordlist to get intensity

getres function

return a new clean object for db insertion

getparsed function

pre-parse news json from web scrapping

Source:

Methods

(static) checkstyle(b)

Parameters:
Name Type Description
b string

the parent process parser type

Source:

(static) checkwhat(obj, a)

Parameters:
Name Type Description
obj object

the parsed object composed of ...

a number

the parent process parser order

Source:

(static) checkwrd(wrd, str)

Parameters:
Name Type Description
wrd number

the word in colors array's

str string

the string to parse

Source: