pyTweetBot.executor package

Submodules

pyTweetBot.executor.ActionScheduler module

exception pyTweetBot.executor.ActionScheduler.ActionAlreadyExists

Bases: exceptions.Exception

The action is already registered in the DB

exception pyTweetBot.executor.ActionScheduler.ActionReservoirFullError

Bases: exceptions.Exception

Reservoir is full

exception pyTweetBot.executor.ActionScheduler.NoFactory

Bases: exceptions.Exception

No factory to create Tweets

pyTweetBot.executor.ExecutorThread module

class pyTweetBot.executor.ExecutorThread.ExecutorThread(config, scheduler, action_type, run_event)

Bases: threading.Thread

Execute actions in a thread

run()

Thread running function :return:

Module contents