pyTweetBot.direct_messages

pyTweetBot.direct_messages module

pyTweetBot.direct_messages.direct_messages(config)

This function send direct messages to followers if they have not been contacted before.

Example:
>>> config = BotConfig.load("config.json")
>>> direct_messages(config)
Arguments:
config (BotConfig): Bot configuration object of type pyTweetBot.config.BotConfig