Module twitter_poller

Task queue handler for Twitter polls.

Copyright © 2018 Driebit BV

Authors: Marc Worrell (marc@worrell.nl).

Description

Task queue handler for Twitter polls

Function Index

poll/1Periodic poll of due Twitter subscriptions.
poll_next/3Poll the next page of a feed.

Function Details

poll/1

poll(Context) -> any()

Periodic poll of due Twitter subscriptions

poll_next/3

poll_next(SubId::integer(), Next::{string, list()}, Context::z:context()) -> ok | {delay, integer()}

Poll the next page of a feed


Generated by EDoc