gongzhonghao_author.py 582 B

12345678910111213141516171819202122232425262728293031
  1. """
  2. @author: Curry Luo
  3. @file: gongzhonghao.py
  4. @time: 2024/01/05
  5. """
  6. class GongZhongHaoAuthor(object):
  7. """
  8. 公众号账号爬虫
  9. """
  10. def __init__(self, platform, mode, user_list, rule_dict, env="prod"):
  11. self.platform = platform
  12. self.mode = mode
  13. self.user_list = user_list
  14. self.rule_dict = rule_dict
  15. self.env = env
  16. def get_video_list(self):
  17. """
  18. 获取视频列表
  19. :return:
  20. """
  21. return 0
  22. def fake_id_manage(self):
  23. """
  24. 获取fake_id
  25. :return:
  26. """