then pass those tweets, individually, to self.on_message, which calls:
self.parse for HTML unescaping
self.log to write a copy of the tweet to the messages table (this may require a model / schema adjustment?)
self.process which looks for channels that this tweet may need to be posted into
I'd like to follow the base interface in /networks/init.py more closely.
When we kick off
check_tweets
we shouldthen pass those tweets, individually, to
self.on_message
, which calls:self.parse
for HTML unescapingself.log
to write a copy of the tweet to the messages table (this may require a model / schema adjustment?)self.process
which looks for channels that this tweet may need to be posted into