自定义微语,随机提取一条微语
num = random.randint(0,len(self.variety_config_info['get_weiyu']))print(len(self.variety_config_info['get_weiyu']))ana = '\n【微语】' + self.variety_config_info['get_weiyu'][num]
'''每日科技早报'''def grab_readhub_data(self):self.get_readhub_title() # 得到readhub网页的每日早报所有标题信息head_info = self.parse_cale() # 得到日历格式# 遍历每日早报最新标题for index,title in enumerate(self.variety_config_info['get_readhub_title'],1):new = '{0}、{1};\n'.format(index,title) # 每一条标题格式# 将每一条标题格式添加到new_readhub_titleself.variety_config_info['new_readhub_title'].append(new) # 将self.variety_config_info['new_readhub_title']拼接成一个新字符串technology_new = ''.join(self.variety_config_info['new_readhub_title'])num = random.randint(0,len(self.variety_config_info['get_weiyu']))print(len(self.variety_config_info['get_weiyu']))ana = '\n【微语】' + self.variety_config_info['get_weiyu'][num]new_data_pack = str(head_info) + technology_new + ana # 标题信息+科技日报 return new_data_pack # 返回科技日报信息
- STM32的DMA模块及Protues仿真实验
- Windwos10环境下的Geany的安装与新手使用
- 开始在ESP32上使用Python
- WLAN+win10环境 武汉大学校园网ipv6使用报告
- gis运行时报错
- 使用python的Selenium启动chromedriver,无界面浏览器
- 使用Python做一张满足基本样式要求的Excel表格
- ROS 1 和 ROS 2 的前世、今生、安装使用说明与资料汇总
- 使用OpenCV和Python构建自己的车辆检测模型!
- 21、DateTime.ParseExact使用小记一