def __init__(self, t_channel, config):
super(Reddit2TelegramSender, self).__init__()
self.config = config
self.telepot_bot = telepot.Bot(self.config['telegram_token'])
self.t_channel = t_channel
self._make_mongo_connections()
self._store_stats()
评论列表
文章目录