Trending_Bot.py 文件源码

python
阅读 22 收藏 0 点赞 0 评论 0

项目:Trending-Places-in-OpenStreetMap 作者: geometalab 项目源码 文件源码
def _check_followers(self):
        """
        Checks followers.
        """
        logging.info("Checking for new followers...")

        try:
            self.followers['new'] = [f_id for f_id in self.api.followers_ids(self.id) if f_id not in self.followers['existing']]
            self.state['last_follow_check'] = time.time()

        except tweepy.TweepError as e:
            self._log_tweepy_error('Can\'t update followers', e)
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号